$(document).ready(function(){

	//Standard Slideshow
	$('#featurecontent #slideshow').cycle({
		fx: 'scrollLeft',
		speed:   1200,
		timeout: 6000
	});

	$('#standardcontent #slideshow').cycle({
		speed:   1200,
		timeout: 4000
	});

});

