

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border:0;
	width: 724px; /*width of featured content slider*/
	height: 315px;
	
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

width: 724px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 315px;
}

.pagination{
	padding: 5px 0px;
 	padding-right:0px;
	position:absolute;
	bottom:-15px;
	right:15px;
	z-index:100;
	text-align:left;
}


*+html .pagination{
	width: 150px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	padding: 5px 0px;
 	padding-right:0px;
	position:absolute;
	bottom:10px;
	right:50px;
	z-index:100;
}
.flahsbg{
	position:relative;
	background:url(../images/slider_bg.png) no-repeat bottom center;
	padding:0 0 23px 0;
}


.pagination a{
padding:0;
margin-left:11px;
background:url(../images/blueicon.png) no-repeat left;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:0px;
color: #0080bf;
text-indent:9999px;
width:12px; height:12px;
display:inline-block;
}

.pagination a:hover, .pagination a.selected{
background:url(../images/hover.png) no-repeat left;
font-family:Arial, Helvetica, sans-serif;
font-size:0px;
color: #ee3c9b;
text-indent:9999px;

}
