$(document).ready(function () {

$('#s1').cycle({
	fx: 'scrollHorz',
	next:   '#homeNext', 
        prev:   '#homePrev',
        pause: 1
	});
	
$(".twitfeed").tweet({
	count: 2,
	username: "CFSIndia",
	template: "{text}<br />{time}"
	});             

$("#buydvd").fancybox({
				'width'				: '30%',
				'height'			: '10%',
				'autoScale'			: 'true',
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
                                'overlayOpacity' : 0
			});
			
});


