.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 2px solid #333333; /*#00247d;*/
	border-bottom-width: 1px;
	width: 290px; /*width of featured content slider*/
	height: 310px;
	/*background-image:url(../images/slbg.jpg);*/
	

}



.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:url(../images/slbg1.png);*/
	background-color:#666666;
	width: 290px; /*width of content DIVs within slider. Total width should equal slider's inner width (380+5+5=390) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.slidercopy{
	font-family: arial;
	font-size: 8.7pt;
	color: #fff;
	line-height: 14pt;
	text-align:left;
}

.pagination{
	width: 274px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #333333;
	/*background-image:url(../images/slbgp.png);*/
	padding: 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #e8e8e8;
	background: none;
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background-color: #d9261c;
}
