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

.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: #050505 url(../images/tabber.jpg) repeat-x bottom;
	height: 57px;
	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: #c1d7ec;
	border-right-color: #1A2C40;
	border-left-color: #2D4762;
}
.pagination small {
	color: #666;
	font-size: 10px;
}
.pagination a.selected > small {
	color: #c1d7ec;
}
a.rm {
	background: url('../images/tbg.png') repeat;
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	position: absolute; 
	top:10px;
	right:0;
}
a.rm:hover {
	font-weight: normal;
}