$(document).ready(function() {
	     $(".pop1").fancybox({
			'width'				: 770,
			'height'			: 430,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});
		 
		  $(".pop2").fancybox({
			'width'				: 770,
			'height'			: 210,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
		  
		  $(".comment").fancybox({
			'width'				: 400,
			'height'			: 150,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
		$(".pop4").fancybox({
			'width'				: 740,
			'height'			: 330,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});
		$(".review").fancybox({
			'width'				: 400,
			'height'			: 260,
			'autoScale'     	: false,
			'transitionIn'		: 'elastic',
			'transitionOut'		: 'elastic',
			'type'				: 'iframe'
		});	
		
	});
$(function() {
$(".newsticker-jcarousellite1").jCarouselLite({
vertical: true,
hoverPause:true,
visible: 1,
auto:2000,
speed:400
});
});
