/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:424px;
	height:360px;
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	overflow:hidden;
	margin-left:-33px;
	vertical-align:top;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:45px; 
	bottom:280px; 
	right:31px; 
	background:url(../image/blue/small-slider-right.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:31px; 
	background:url(../image/blue/small-slider-left.png) no-repeat center;  
}
/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:432px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px; 
	font-size:11px; 
	width:424px;
	text-align:left; 
	color:#6f6f6f;
}

