/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	display:block; 
	position:relative; 
	padding:0px 0px 0px;
	float:left;
	background:url(../../images/slider_bg.gif) no-repeat;
	width:527px;
	height:114px;

}

/* 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:29px; 
	bottom:0px; 
	right:0px; 
	margin-bottom:40px;
	background:url(../../images/slideitmoo_forward.gif) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
	background:url(../../images/slideitmoo_back.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:459px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:0px 0px 0px;
}
/* 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; 
	float:left; 
	margin:0px 3px 0px; 
	font-size:11px; 
	width:149px; 
	text-align:center; 

}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; padding:2px; }
#SlideItMoo_items a img{ border:none; }
