jQuery(document).ready(function($) {
	$('#brandslideshow').cycle({timeout:6000});
	$('#brandinnerslideshow').cycle({
	timeout:4000
	});

	$(".video").fancybox({
		'width'				: '75%',
		'height'			: '75%',
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	


		$("#slideshow")
		.before('<div id="cycle-nav">')
		.cycle({
			fx: "fade",
			speed:   400,
			timeout: 4000,
			next:   '#next', 
    		prev:   '#prev',
			pager:  '#cycle-nav'
		});


});
