.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 951px;
z-index:0;
height:352px;
}



.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:none;
width: 951px;
z-index:2px;
height:352px;

}

.pagination{
	width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	position:absolute;
	z-index:100;
	top:280px;
	left:0px;
	text-indent:-9999px;
}

.pagination a{
padding: 0px;
text-decoration: none; 
font-size:0px;
background: url(images/slidernormal.png);
width:17px;
height:16px;
float:left;
margin: 0 9px 0 0;
text-indent:-9999px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #00bd0b;
width:17px;
height:16px;
background: url(images/slideractive.png) no-repeat;
font-size:0px;
text-indent:-9999px;
}

