jQuery(document).ready(function() {

	if($("#carousel img").length>1)
	{
		$("#carousel").simplecarousel({
    		auto: 5000,
    		fade: 1000,
			width: 640,
			height: 258
		});
	}

});
