//<![CDATA[
jQuery(window).load(function(){ //jQuery(window).load() must be used instead of jQuery(document).ready() because of Webkit compatibility				

	// Slideshow > Standard
	jQuery(".slideshow-standard").sliderkit({
		autospeed:4000,
		circular:true,
		fastchange:false
	});
	
	
});

//]]>
