/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	display:block; 
	position:relative; 
	padding:0px 42px;
	width: auto !important;
	margin: 0px 40px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:42px;  	
	height: 240px;
	top:0px;
	right:0px; 
	background: url(../style/carousel/next.png) no-repeat center; 
	text-indent: -5000px;
	overflow: hidden;
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
	background:url(../style/carousel/prev.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	padding:10px 0px 10px;
	margin: 0px auto;
	width: 100% !important;
}
