#slider4 {
	border-color: darkred;
	height:94px;
	width:285px;
	border:1px solid #ccc;
	padding:1px;
	
}
.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width:285px; /*width of featured content slider*/
	height: 94px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding:0px;
	background: white;
	width:285px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#paginate-slider4 {
	width:310px;
	float:left;
	padding-top:7px;
}
#paginate-slider4 a img {
	width: 40px;
	height: 29px;
	border:1px solid #cccccc;
	padding:1px;
	margin-right:2px;
	
}
#paginate-slider4 a.selected img {
	border:1px solid #64d0d8;
	width: 40px;
	height: 29px;
	padding:1px;

}
#paginate-slider4 a img:hover{
	border:1px solid #64d0d8;
	width: 40px;
	height: 29px;
	padding:1px;
}
