.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;
border-top: 1px solid #d6d6d6;
background: url(../images/tabber.png) 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: 12px;
padding: 10px 11px 10px 11px;
text-decoration: none; 
height:36px;
display:block;
float:left;
text-align:center;
border-left:1px solid #fff;
color: #666;
}



.slider_left { float: left; width: 380px; }
.slider_left h2 { font-size: 21px; color: #333; font-weight: bold; font-family: Arial, Helvetica, sans-serif; margin: 18px 0 0 20px; width: 370px;float: left;}
.slider_left p { font-size: 12px; color: #333;  font-family: Arial, Helvetica, sans-serif; margin: 5px 0 0 20px; width: 400px; float: left;}
.slider_left span { font-size: 12px; color: #333;  font-family: Arial, Helvetica, sans-serif; margin: 12px 0 0 0; width: 430px;float: left;}


.pagination small {

	font-size: 10px;
}
.pagination a.selected > small {
	color: #eee;
}

a.rm {
	background: url('../images/learnmore2.png') no-repeat;
	height: 43px;
	width: 160px;
	position: absolute; 
	top:175px;
	left:20px;
}
a.rm:hover {
	font-weight: normal;
}
