.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	vertical-align:top;
	/*border: 2px solid #DF0000;*/
	padding-bottom: 5px;
	width: 100x; /*width of featured content slider*/
	height: 100px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	/*width: 250px;*/ /*width of content DIVs within slider. Total width should equal slider's inner width (190+5+5=200) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#slider1{
	border-color: darkred;
	margin-left: 0px;
	height: 100px
}

#paginate-slider1{
	background-color: darkred;
	border-color: darkred;
	margin-left: 0px;
}

#paginate-slider1 a img{
	border: 2px solid gray;
	margin-top: 5px;
}

#paginate-slider1 a img:hover, #paginate-slider1 a.selected img{
	border: 2px solid #DF0000;
}
