#bannerwrapper{ margin-left:auto; margin-right:auto; width:900px; height:300px; text-align:left; position:relative;}

#bannerwrapper .sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border-bottom-width: 6px;*/
	width: 623px; /*width of featured content slider*/
	height: 300px;
	margin:0px;
	padding:0px;
	float:left;
}



#bannerwrapper .sliderwrapper .contentdiv{
	visibility: visible; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	/*background: white;*/
	width: 623px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
width: 277px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:300px;
/*text-align: right;*/
padding: 0px;
margin:auto;
/*float:right;*/
position:absolute;
z-index:8;
left:623px;
text-align:center;
}

.pagination a{
display:block;
width:277px;
height:100px;
padding: 0px;
text-decoration: none; 
color: #FFFFFF;
}

.pagination a#tab1{
background-image:url(../images/homebanner/tab1_off.jpg);
background-repeat:no-repeat;
width:277px;
height:100px;
}
.pagination a#tab1:hover { /*.pagination a#tab1.selected*/
background-image:url(../images/homebanner/tab1_on.jpg);
background-repeat:no-repeat;
width:277px;
height:100px;
}
.pagination a#tab2{
background-image:url(../images/homebanner/tab2_off.jpg);
background-repeat:no-repeat;
width:277px;
height:100px;
}
.pagination a#tab2:hover{ /*, .pagination a#tab2.selected*/
background-image:url(../images/homebanner/tab2_on.jpg);
background-repeat:no-repeat;
width:277px;
height:100px;
}
.pagination a#tab3{
background-image:url(../images/homebanner/tab3_off.jpg);
background-repeat:no-repeat;
width:277px;
height:100px;
}
.pagination a#tab3:hover{ /*, .pagination a#tab3.selected*/
background-image:url(../images/homebanner/tab3_on.jpg);
background-repeat:no-repeat;
width:277px;
height:100px;
}

.pagination a .servicetitle{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
line-height:30px;
color:#FFFFFF;
text-decoration:none;
}