$(document).ready(function() {
$("a.image").fancybox({
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 350,
'speedOut' : 300,
'overlayShow' : true,
'overlayColor' : '#000000',
'overlayOpacity' : 0.45,
'padding' : 25,
'autoDimensions' : true,
'autoScale' : false,
'centerOnScroll' : true,
'type' : 'image'
});

$("a.mailto").fancybox({
'hideOnContentClick' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 350,
'speedOut' : 300,
'overlayShow' : true,
'overlayColor' : '#000000',
'overlayOpacity' : 0.45,
'padding' : 25,
'autoScale' : false,
'width' : 625,
'height' : 475,
'centerOnScroll' : true,
'type' : 'iframe'
});

$("a.search").fancybox({
'hideOnContentClick' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 350,
'speedOut' : 300,
'overlayShow' : true,
'overlayColor' : '#000000',
'overlayOpacity' : 0.45,
'padding' : 25,
'autoScale' : false,
'width' : 625,
'height' : 475,
'centerOnScroll' : true,
'type' : 'iframe'
});

$("a.order").fancybox({
'hideOnContentClick' : false,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'speedIn' : 350,
'speedOut' : 300,
'overlayShow' : true,
'overlayColor' : '#000000',
'overlayOpacity' : 0.45,
'padding' : 25,
'autoScale' : false,
'width' : 625,
'height' : 475,
'centerOnScroll' : true,
'type' : 'iframe'
});
});
