

/* ----------------IMAGE SLIDER------------- */
#newsitem_outer {  
	width:710px; 
	margin:10px auto 10px; 
	display:block; 
	position:relative; 
}
/* create custom forward-backward buttons for this container */
#newsitem_outer .SlideItMoo_forward,
#newsitem_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:100px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/button-next.gif) no-repeat center;  
}
#newsitem_outer .SlideItMoo_back { 
	left:5px; 
	background:url(../images/button-prev.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#newsitem_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:645px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:0;
}
/* the thumbnails container; set a width on it so everything will be fine */
#newsitems { 
	display:block; 
	position:relative; 
	height:105px;
}
/* single element design */
.newsitem { 
	display:block; 
	position:relative; 
	float:left; 
	margin-right:10px; 
	font-size:11px; 
	width:300px; 
	text-align:left; 
	padding:5px;
}

.newsitem img {float:left; padding:2px; border:1px solid #DBD8D6; margin-right:10px;}
.newsitem h3, .newsitem h3 a {font-weight:bold;font-size:12px;color:#524C46;padding:2px 0;text-decoration:none;}
.newsitem h3 a:hover {text-decoration:underline}
.newsitem p {font-size:12px;padding:0;margin:0;}
.newsitem a {font-size:12px;color:#847D5F;}
