
#SlideItMoo_outer {
	overflow: hidden;
	margin: -11px auto 10px auto; 
	background: none; 
	display:block; 
	position:relative; 
	padding: 60 0 0 0;
	float:left;
		

}
/* 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: 220px; 
	bottom:0px; 
	right: 0px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center; 
	
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
	background:url(../images/slideitmoo_back.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: 620px ; /* set a display width to make the slider look good in case js is disabled */
	height: 180px;
	margin:0px auto 0px;
	padding:5px 0px 5px;

}
/* 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:0 13px 0;
	*margin:5px 13px 0 0; 
	font-size:11px; 
	width:130px;	
	text-align:center; 
	font-family: Verdana, Geneva, sans-serif;
	color:#000000;
	-moz-border-radius: 10px; 	-webkit-border-radius: 10px; 	border-radius: 10px; 
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:none; padding:2px; }
#SlideItMoo_items a img{border: 3px solid #e8e8e8; padding: 1px; background: #fff; }
.SlideItMoo_element a img {-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }