.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 1000px; /*width of featured content slider*/
height: 200px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 1000px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}
.pagination{
width: 995px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #00545C url(../images/tabber.jpg) no-repeat bottom;
height:56px;
padding-left: 5px;
}
.pagination a:first-child {
border-left:0;
}
.pagination a:last-child {
border-right:0;
}
.pagination a{
font-weight: bolder;
font-size: 14px;
padding: 10px 15px;
text-decoration: none; 
height:36px;
display:block;
float:left;
text-align:center;
border-right:1px solid #000;
border-left:1px solid #666;
color: #eee;
}
.pagination small {
	color: #eee;
	font-size: 10px;
}
.pagination a.selected > small {
	color: #eee;
}
a.rm {
	background: url('../images/tbg.png') repeat;
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	position: absolute; 
	top:10px;
	right:0;
	text-decoration:none;
}
a.rm:hover {
	font-weight: normal;
}