/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:			510px; 
	margin:			0px auto; 
	display:		block; 
	position:		relative; 
	padding:		0px 0px;
}
/* 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:			67px; 
	bottom:			0px; 
	right:			-5px;
	top:			0px;
	background:		url(../images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:			-5px; 
	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:			470px;
	margin:			0px auto;
	padding:		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; 
	position:		relative; 
	float:			left; 
	margin:			0px 0px;
	width:			90px; 
	text-align:		center; 
	color:			#FFFFFF;
}
#SlideItMoo_items a {
	padding:		0px;
	margin:			0px 0px;
	clear:			both;
	display:		block;
	padding:		2px;
}
#SlideItMoo_items a img{
	border:			none;
}