.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 910px; /*width of featured content slider*/
	height: 216px;
	background: #ffffff;
}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 0;
	top: 0;
	background: #ffffff;
	width: 910px;
	height: 100%;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:#c92929;
	
}

.contentdiv img{
	margin: 0px;
	padding: 0px;
}

.pagination{
	width: 910px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 23px;
	text-align: right;
	padding-top: 5px;
    background:transparent url("../../styles/images/line.jpg") repeat-x top left;
   /*background-color:#c92929;*/
	opacity: 3.0;
	-moz-border-radius:10px 10px 0 0;
}

.pagination a{
	float: right;
	display: block;
	height: 10px;
	width: 10px;
	margin-top:3px;
	margin-left:-10px;
	margin-right:15px;
	background: url(../images/paging_icon.png) no-repeat;
	text-decoration: none; 
}

.pagination a img{
	border: none;
}

.pagination a:hover, .pagination a.selected{
	background: url(../images/paging_current_icon.png) no-repeat;	
}