/* CSS Document */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border:0;
	height: 244px;
	
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; 
left: 0;
top: 0;
height: 244px;
}

.pagination{
 	padding-right:0px;
	height:13px;
	position:absolute;
	bottom:30px;
	right:30px;
	z-index:10000;
	
}


*+html .pagination{
	width: 300px; /*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:17px;
	right:-210px;
	z-index:100;
}
.flahsbg{
	width:1000px;
	height:189px;
	float:left;
	position:relative;
}


.pagination a{
background:url(../images/pagination.gif) no-repeat top left;
width:11px;
height:12px;
float:left;
text-decoration:none;
color:#9b9b9b;
font-size:8px;
text-align:center;
border:none;
margin-left:10px;
text-indent:-9999px;
}

.pagination a:hover, .pagination a.selected{
	background:url(../images/pagination.gif) no-repeat bottom left;

}

