

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:893px; 
	/*margin:10px auto 10px; */
	margin:0 auto 0;
	/*background:#333333 ; */
	display:block; 
	position:relative; 
	/*padding:0px 10px 0px;
	border-bottom:5px #000000 solid;*/
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:28px; 
	height:28px; 
	top:42px; 
	right:0px; 
	background:url(../img/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
	background:url(../img/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:893px ; /* 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 15px 0px;*/
	font-size:12px;
	/*margin:0 10px 0;
	padding-top:14px; */
	width:143px; 
	text-align:center; 
	color:#3d4a5e;
}
#SlideItMoo_items a { padding:0px; /*margin:3px 0px 3px;*/ clear:both; display:block;  /*background:#333333;padding:2px; */}
#SlideItMoo_items a img{ border:none; width:auto;
height:auto;  }
/*#SlideItMoo_items span{
	width:84px;
	display:block;
	margin:0 auto;
	text-align:center;
}
#SlideItMoo_items a span{
	display:block;
	color:#3d4a5e;
	cursor:pointer;
}


#SlideItMoo_items a:hover span{
	color:#2474e1;
	cursor:pointer;
}*/





