.sliderwrapper {  
  overflow: hidden; 
  width: 438px;
  height: 121px;
}

.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: 430px;
	height:20px;
  text-align: right;
 	margin-top: -25px;
	margin-left:0px;
	padding-top:4px;
	padding-right:10px;
 	z-index: 5;
	position: absolute;
	-moz-opacity: 0.80;	
}

/* IE HACK */
*+ html .pagination {
	 width: 355px;
}

.pagination a {
  padding: 0 5px;
  text-decoration: none; 
	width: 20px;
	height:20px;
	background:url(../images/special_num.png) repeat; 
  color: #fff;
}

.pagination a:hover, .pagination a.selected {
  color: #000;
}
