#SlideItMoo_outer {
	overflow: hidden;
	width: 940px;
	height: 180px;
	background: none;
	display: block;
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* 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: 150px; 
	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: 940px ; /* 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;
	font-size: 10px;
	width: 160px;
	height: 190px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#SlideItMoo_items a { padding:0px; margin:2px 0px 2px; clear:both; display:block; background:none; padding:1px; }
#SlideItMoo_items a img{ border:none; padding-top: 1px; }
