.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*width of featured content slider*/
	height: 75px;
	background-color: #000000;
	width: 625px;
	background-image: url(../images/bg_news.gif);
	background-repeat: no-repeat;
}
.sliderwrapper a, .sliderwrapper a:hover {
	color: #C21004;
}
.sliderwrapper a:visited {
	color: #AB0534;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 60px;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #FFFFFF;
	width: 595px;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
}

.pagination{
	text-align: right;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.pagination a {
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
	background-color: #7c1f8f;
}

