.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 499px; /*width of featured content slider*/
	height: 253px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center; 
}

.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: 499px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 253%;
	margin-right: 3px;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-align: center;
}

.pagination{
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
    float: left;
   	display: inline;
	fo
	
}


.pagination a{
	color: #FFF !important;
	background-image: url(/images/arrow.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
	line-height: 20px;
	text-decoration: none;
	
}

.pagination a:hover, .pagination a.selected{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/arrow-b.png);
}

