.container1{ display:block; position:relative; clear:both;  margin:0px auto; }

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:500px; 
	height:148px; 
	margin:1px auto 1px; 
	background:#000000 ; 
	display:block; 
	position:relative; 
	padding:0px 10px 0px;
	border:5px #FFFFFF solid;
      line-height: 10px;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:380px ; /* set a display width to make the slider look good in case js is disabled */
	height:140px; 
	margin:0px auto 0px;
	padding:4px 0px 4px;
}
/* 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:8px 0px 1px; 
	font-size:12px; 
	width:100px; 
	text-align:center; 
	color:#FFFFFF;
        font-family:Tahoma;
        font-weight:bold;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#000000; padding:2px; }
#SlideItMoo_items a img{ border:none; } 