#slider2{
	float: left;
}
.sliderwrapper{
	width: 325px; /*width of featured content slider*/
	height: 265px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	float: left;
}
.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: white;
width: 325px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 325px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #D3580A;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #003366;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
