$(document).ready(function() { 
	$('ul.sf-menu').superfish({autoArrows:false}); 
	$('#homeAniBox').cycle({
		speed:       1000,
		timeout:     9000,
		pager:      '#homeAniBoxNav',
		pagerEvent: 'mouseover',
		pauseOnPagerHover: true
	});
	$('#rightBarBlockAni').cycle({
		speed:       1000,
		timeout:     7000,
		pagerEvent: 'mouseover',
		pauseOnPagerHover: true
	});
	$('#scrollerImages').jcarousel({
		wrap: 'circular',
		scroll: 1,
		auto: 3
	});

});


loader.jQuery({
	version  : '1.4.2',
	callback : function ($) {

		// Validate Form
		$.plugin('validate', function() {
			$(function(){
				$("#newsletterSubscribe").validate();
			});
		});

			$.plugin('fancybox', function() {
				$(function(){
					$("a.viewFilm").fancybox({
						'width': '75%',
						'height': '75%',
						'autoScale': false,
						'transitionIn': 'none',
						'transitionOut': 'none',
						'type': 'iframe'
					});
				});
			});

	}
});
