 // from this point in a separate js file optional 
$(document).ready(function() {
$("#itse-asiassa-imgs").click(function() { 
$.fancybox([ 
'images/ref_itse-asiassa_1.png', 
'images/ref_itse-asiassa_2.png'
], { 
// fancybox options 
'type' : 'image',  //required 
'padding': 0 // optional 
}); // closes fancybox 
}); // closes click 
}); // closes ready 


$(document).ready(function() { 
$(".kuv_kovu-simba").click(function() { 
$.fancybox([ 
{
'href': 'images/ref_kuv_kovu-simba_full.png', 
'title': 'Cartoon characters of my shelties – Tool: Adobe Illustrator'
},
{
'href': 'images/ref_kuv_kovu-simba-blogi_full.png', 
'title': 'Characters at our blog – <a href="http://www.simbutti.net" target="_blank">www.simbutti.net</a>'
},
{
'href': 'images/ref_kuv_kovu-stickers_full.jpg', 
'title': 'Self-made stickers'
}
], { 
// fancybox options 
'type' : 'image',  //required 
'padding': 0, // optional 
'titlePosition': 'over',
}); // closes fancybox 
}); // closes click 
}); // closes ready 


$(document).ready(function() { 
$(".kuv_living-planet").click(function() { 
$.fancybox([ 
{
'href': 'images/ref_kuv_living-planet1_full.png', 
'title': 'School assignment: Illustrations and layout for a fictional brochure – Tools: Adobe Illustrator & InDesign'
},
{
'href': 'images/ref_kuv_living-planet2_full.png', 
'title': 'School assignment: Illustrations and layout for a fictional brochure – Tools: Adobe Illustrator & InDesign'
}
], { 
// fancybox options 
'type' : 'image',  //required 
'padding': 0, // optional 
'titlePosition': 'over',
}); // closes fancybox 
}); // closes click 
}); // closes ready 


$(document).ready(function() { 
$("#kuv_orca").click(function() { 
$.fancybox([ 
{
'href': 'images/ref_kuv_orca1_full.png', 
'title': '3D model of a killer whale – Tool: Autodesk 3ds Max'
},
{
'href': 'images/ref_kuv_orca2_full.png', 
'title': '3D model of a killer whale – Tool: Autodesk 3ds Max'
}
], { 
// fancybox options 
'type' : 'image',  //required 
'padding': 0, // optional 
'titlePosition': 'over',
}); // closes fancybox 
}); // closes click 
}); // closes ready 


$(document).ready(function() { 
$("#kuv_soolo").click(function() { 
$.fancybox([ 
{
'href': 'images/ref_kuv_soolo_full.png', 
'title': 'Print for a t-shirt – Tool: Adobe Illustrator'
}
], { 
// fancybox options 
'type' : 'image',  //required 
'padding': 0, // optional 
'titlePosition': 'over',
}); // closes fancybox 
}); // closes click 
}); // closes ready 


$(document).ready(function() { 
$("#kuv_moleskine").click(function() { 
$.fancybox([ 
{
'href': 'images/ref_kuv_moleskine_full.png', 
'title': 'Illustration of a Moleskine notebook – Tool: Adobe Photoshop'
}
], { 
// fancybox options 
'type' : 'image',  //required 
'padding': 0, // optional 
'titlePosition': 'over',
}); // closes fancybox 
}); // closes click 
}); // closes ready 

$(document).ready(function() { 
$("#kuv_sheltie-kelpie").click(function() { 
$.fancybox([ 
{
'href': 'images/ref_kuv_sheltie_full.png', 
'title': 'Sheltie - print for a t-shirt – Tool: Adobe Illustrator'
},
{
'href': 'images/ref_kuv_sheltie-paita_full.jpg', 
'title': 'Sheltie - print in a t-shirt'
},
{
'href': 'images/ref_kuv_kelpie_full.png', 
'title': 'Kelpie - print for a t-shirt – Tool: Adobe Illustrator'
}
], { 
// fancybox options 
'type' : 'image',  //required 
'padding': 0, // optional 
'titlePosition': 'over',
}); // closes fancybox 
}); // closes click 
}); // closes ready 


