$(document).ready( function(){
	//Showsase
	if ( $('#showcase') ) {
		$("#showcase").showcase({
            css: { 
            	width: "0px", 
            	height: "0px" 
            	},
			animation: { 
				interval: 5000, 
				stopOnHover: true, 
				easefunction: "swing", 
				speed: 600 
				},
			images: [
				{ url:"/img/advert/myob.png" },
				{ url:"/img/advert/custom-report.png" },
				{ url:"/img/advert/hol-ent-calc.png" },
				{ url:"/img/advert/ims.png" }
		    ],
			navigator: {
				position: "bottom-left",
                css: { 
                	padding:"0px", 
                	margin: "0px 0px 0px 0px" 
                	},
                showNumber: true,
                item: { 
                     css: { 
	                     height:"16px", "line-height":"16px", 
	                     width:"16px", "-moz-border-radius": "0px", "-webkit-border-radius": "0px", 
	                     backgroundColor: "#FFF5CE", 
	                     borderColor:"#323232", 
	                     margin: "1px", "text-align": "center", "vertical-align": "middle" 
	                     },
                     cssHover: { 
                     	backgroundColor: "#FFE173", 
                     	borderColor: "#ababab" 
                     	},
                     cssSelected: { 
                     	backgroundColor: "#FFC900", 
                     	borderColor: "#dadada" 
                     	}
                 }
            },
            titleBar: { enabled: false }
		});
	}
});


