


a img {
	border:0px solid #fff;
}

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:390px; 
	margin:0 auto; 
	background: transparent ;
	position:relative; 
	padding:30px 0 0 0 ;
	border-bottom:0px #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:60px; 
	height:200px; 
	bottom:0px; 
	right:-45px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:-45px; 
	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:374px ; /* set a display width to make the slider look good in case js is disabled */ 
	margin:0px auto 0px;
	padding:0;
	background: transparent url(../images/bg_slider.jpg) no-repeat center;
	border:1px #fff solid;	
}
/* 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 87px 0px; 
	font-size:11px; 
	width:200px; 
	text-align:center; 
	color:#fff;
}

#SlideItMoo_items div.SlideItMoo_element a img { 
	border:0px solid #333;
}

#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:transparent; padding:0px; }
#SlideItMoo_items a img{ border:none; }


