@charset "UTF-8";

.sliderwrapper{
	position: absolute; /*leave as is*/
	overflow: hidden; /*leave as is*/
/*
border:;
border-bottom-width:;
*/
	width: 600px; /*width of featured content slider*/
	height: 200px;
	left: 151px;
	top: 446px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;
	width: 600px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.pagination{
	width: 71px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
/*
background-color: ;
*/
	height: 180px;
	position: absolute;
	left: 56px;
	top: 446px;
}

.pagination a{
	color: #FFF;
	
	margin-top: 2px;
	padding-bottom:1px;

}

.pagination a:hover, .pagination a.selected{
	background-color: #a80532;
	/*padding-bottom:1px;*/
	margin-top: 2px;
	padding-bottom:1px;
}
.pagination img {
	border: 0;
	
	margin-top: 2px;
	padding-bottom:1px;
}

.contentdiv a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}

