/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	background:#ffffff ; 
	display:block; 
	width: 1000px;
}


/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{  
	position:relative ; 
	overflow:hidden ; 
	width:590px ; /* set a display width to make the slider look good in case js is disabled */

}
/* 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: 2px;
	font-size:11px; 
	width:195px; 
	text-align:center; 
	color:#FFFFFF;
}