@import url("../css/selectbox.css");
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:943px; float:left; height:480px;


}



.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:480px;/*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)*/
	text-align: right;
	padding: 5px 10px;
	position:absolute;
	z-index:200;
	margin-left:350px;
	top:430px;
}

.pagination a{
	width:17px;
padding: 10px 10px;
text-decoration: none; 
color: #fff;
font-size:0px;
height:12px;
background:url(../images/litegrey.png) no-repeat;
margin-left:10px;
}

.pagination a:hover, .pagination a.selected{
color: #0e0d0c;
background:url(../images/darkgrey.png) no-repeat
}
