

/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:250px; 
height:250px;
	display:block; 
	position:relative; 

	margin: 1em;
	padding:0;
	float:right;
	
	
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	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:250px ; /* set a display width to make the slider look good in case js is disabled */
	height:250px;
	margin:0px auto 0px;



}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
	width:250px; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	font-size:11px; 
	margin-left:-2px;
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { clear:both; display:block; }
#SlideItMoo_items a img{ border: 2px solid #0CC; padding:0;margin:0;}
#SlideItMoo_items a:hover img{ border: 2px solid #069; padding:0;margin:0;}