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

.pagination{
	width: 452px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 2px 0px 4px;
	background-image: url(../img/details/zoom_pag.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
}

.pagination a{
	text-decoration: none;
	color: #999999;
	font-size: 22px;
	line-height: 22px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
}
a.next,   a.prev{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

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