.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	border-bottom-width: 0px;
	width: 517px; /*width of featured content slider*/
	height: 158px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.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: 515px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 158px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	width: 517px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-color: #DEDEDE;
	padding: 0px;
	height: 22px;
}

.pagination a{
	text-decoration: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 3px;
}

.pagination a:hover, .pagination a.selected{
	background-color: #CECECF;
	color: #000;
}

.toc{
	clear: none;
	float: left;
	width: 17px;
	background-color: #FF6601;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 17px;
}

.next{
	clear: none;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 16px;
	width: 22px;
}

.prev{
	clear: none;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 17px;
	width: 22px;
}

#next{
	clear: none;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#prev{
		clear: none;
	float: right;
}

.more_adsz{
	clear: none;
	float: left;
	width: 50px;
	direction:rtl;
	padding-top: 3px;
}

.more_adsz a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	text-decoration: none;
}
.more_adsz a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	text-decoration: none;
}
.more_adsz a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	text-decoration: none;
}
.more_adsz a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F60;
	text-decoration: none;
}