.sliderwrapper{
position: relative; /*leave as is*/
overflow:hidden;
height: 600px;
border:1px solid #ccc;
width:687px;
margin-bottom:20px;

}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
	background: url(../images/bg_services.png) repeat-x bottom #fff;
width:687px;
height: 100%;
padding-top:10px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
	background: url(../images/bg_services.png) repeat-x bottom #fff;
	width:930px;
	height:140px;
	padding:0 10px;
	float:left;
}

.pagination a{
	width:165px;
	height:100px;
	padding:20px 10px;
	text-align:center;
	color:#666;
	text-decoration: none;
	float:left;
	}
.pagination h1{
	font-size:18px;
	font-family:"Myriad Pro","Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-weight:bold;
	color:#000;
	margin:0 0 7px 0;
	}	

.pagination a:hover{
	background:#f7f7f7;
}
.pagination a.selected{
	background:url(../images/slider-over.png) no-repeat;
	width:165px;
	height:160px;
	padding:20px 0;
	position:relative;
	z-index:10000;
	margin-top:-5px;
	}