.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:943px; float:left; height:350px;


}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0 3px 0 0;
background:none;
width:943px; float:left; height:350px;/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;*/
z-index:2px;
}

.pagination{
	width: 140px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	
	position:absolute;
	z-index:10;

	bottom:90px;
	left:50px;
}

.pagination a{
	width: auto;
padding: 10px 10px;
text-decoration: none; 
color: #d0d0d0;
font-size:1px;
background:url(/images/HituxCMSFolio/grey.png) no-repeat;
}

.pagination a:hover, .pagination a.selected{
color: #d0d0d0;
background:url(/images/HituxCMSFolio/darkblue.png) no-repeat
}
