.sliderwrapper {  
  overflow: hidden; 
  width: 482px;
  height: 125px;
}

.sliderwrapper .contentdiv {
  width: 100%;
  height: 100%;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

	
.sliderwrapper .contentdiv {
  z-index: 1;
}

.pagination {
  width: 125px; 
  text-align: right;
  padding: 5px;
 	margin-top: -25px;
	margin-left: -10px;
 	z-index: 100;
	 position:absolute;
}

/* IE HACK */
*+ html .pagination {
	 width: 125px;
}

.pagination a {
  font-family: Verdana; font-size:9px; font-weight:normal;
  padding: 0 5px;
  text-decoration: none; 
  color: #00007D;
  background-color: #FFFFFF;
  -moz-opacity: 0.5;
  opacity: 0.5;
  border:1px solid #000000;
}

.pagination a:hover, .pagination a.selected {
  font-family: Verdana; font-size:9px; font-weight:normal;
  padding: 0 5px;
  color: #000;
  background-color: #999999;
  border:1px solid #FFFFFF;
  -moz-opacity: 0.5;
  opacity: 0.5;
}