#slider_div {
	background: transparent url(images/bcg_featslide.png) no-repeat top left;
	width: 990px;
	height: 314px;
	padding-bottom: 0px;
}
.sliderwrapper{
margin-top: 4px;
padding-right: 5px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*	background-color:#fff;	*/
background-color: transparent;
width: 852px; /*width of featured content slider*/
height: 306px;
/*	border:1px solid #ccc;	*/
float:right;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 852px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination23{
margin-top: 4px;
padding-top: 12px;
width: 143px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left; z-index:100; height:306px;
background-image:url(images/sidebg.png); background-position:3px top; background-repeat:no-repeat;
float:left; position:relative; margin-right:-13px;
}
.pagination23 a strong{
	font-weight: bold;
}
.pagination23 a{
float:left; width:118px; height:36px;
text-decoration: none; font-size:10px; padding:10px 15px 10px 10px;
color: #666;
}

.pagination23 a:hover {color:#09F;}
.pagination23 a.selected{color: #fff;
background-image:url(images/hoverbg.png); background-position:top left; background-repeat:no-repeat;
}
