/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	
	background:none; 
	display:block; 
	position:relative; 
	width:676px !important;
	
}
/* create custom forward-backward buttons for this container */
.SlideItMoo_forward{ 
	display:block; 
	position:absolute; 
	cursor:pointer;
	right:2px; 
	background:url(/img/right_scroller.gif) no-repeat center;
	width:23px;
	height:144px;
	top: 25px;
}
.SlideItMoo_back{
	display:block; 
	position:absolute;  
	left:2px; 
	background:url(/img/left_scroller.gif) no-repeat center; 	
	width:23px;
	height:144px;
	top:25px;
}


/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width: 620px !important;
	/* set a display width to make the slider look good in case js is disabled */
	margin: 0 auto;
}
/* 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; 	
	width:210px;	
	color:#fff;
	bottom:0px;
	height:170px;
	
}
#SlideItMoo_items a {}
#SlideItMoo_items a img{ border:none;}

