(function($) {
	$(function() {
	    jQuery(".showcase").showcase({
	    	css: { width: "614px", height: "315px"},
	        animation: { type: "fade" },
	        images: [
	        {url: SKIN_URL + "images/banner/1.jpg", link:"brands/angzdorr/groove.html"},
	        {url: SKIN_URL + "images/banner/2.jpg", link:"brands/angzdorr/silent.html"},
	        {url: SKIN_URL + "images/banner/3.jpg", link:"brands/tulusdoor.html"}
			],
	        navigator: {
	            position:"bottom-right",
	            showNumber: true,
	            orientation:"horizontal",
	             css: {
	                padding:"6px",
	                margin:"25px 0px 0px 0px"}
	        },
	        titleBar: { enabled:false}
	    });  
	});
})(jQuery);
