.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 1000px; /*width of featured content slider*/
height: 300px;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #FFF;
}

.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: #771d3d 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 #666;
border-left:1px solid #FFF;
color: #999;
}
.pagination small {
	color: #666;
	font-size: 10px;
}
.pagination a.selected > small {
	color: #eee;
}
a.rm {
	width: 1000px;
	height: 300px;
	position: relative;
	display: block;
}