$(document).ready(function() {
		if($('#showcase').length > 0){
			$('#showcase').loopedSlider({
				pagination:".slidepagination",
				autoStart: 5000,
				restart: 5000
			});
		}

});
