.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #FF0000;
	padding:0px;
	width:400px; /*width of featured content slider*/
	height: 270px;
}
.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: 400px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 300px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: 0px solid #FF0000;
}

.pagination{
	font-family:arial;
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
/*	width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background: #000000;
	padding:8px 6px 8px 6px;
	border:0px solid #FF0000;
/*	height:30px;*/
}

.pagination a{
	text-decoration: none; 
	color: #FFFFFF;
/*	background: white;*/
	border:0px solid FF0000;
	background:url(../images/inactive_img.gif);
	background-repeat:no-repeat;
	background-position:center center;
	padding:6px 6px 6px 8px;
/*	width:30px;
	height:30px;*/
}

.pagination a:hover, .pagination a.selected{
	color: #FFFFFF;
/*	background-color: #CC0000;*/
	background:url(../images/active_img.gif);
	background-repeat:no-repeat;
	background-position:center center;
	padding:6px 6px 6px 8px;
/*	width:30px;
	height:30px;*/
}
.prev {
	color:#FFFFFF;
}
