

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:720px; 
	margin:0 10px 0 0; 
	background:#FFFFFF ; 
	display:block; 
	position:relative; 
	padding:0px;
	float: left;
	/*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:29px; 
	height:29px; 
	bottom: 25px; 
	right:30px; 
	background: url(../images/slide_forward.jpg);
}
#SlideItMoo_outer .SlideItMoo_back { 
	right:63px;  
	background: url(../images/slide_back.jpg);
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:720px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px;
	padding:0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}

#SlideItMoo_items a { padding:0px; margin:0px; clear:both; display:block; background:#FFFFFF; }
#SlideItMoo_items a img{ border:none; }