$(document).ready(function() {

$(".hinnasto.kaivinkone").fancybox({
 'width' : 550,
 'height' : 520,
 'autoScale' : true,
 'transitionIn' : 'none',
 'transitionOut' : 'none',
 'type' : 'iframe'
 });
 $(".hinnasto.kuormaaja").fancybox({
 'width' : 550,
 'height' : 300,
 'autoScale' : true,
 'transitionIn' : 'none',
 'transitionOut' : 'none',
 'type' : 'iframe'
 });
 $(".hinnasto.dumpperi").fancybox({
 'width' : 550,
 'height' : 180,
 'autoScale' : true,
 'transitionIn' : 'none',
 'transitionOut' : 'none',
 'type' : 'iframe'
 });
 $(".video").fancybox({
 'width' : 645,
 'height' : 390,
 'autoScale' : true,
 'transitionIn' : 'none',
 'transitionOut' : 'none',
 'type' : 'iframe' 
 });
});

