.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 629px; /*width of featured content slider*/
height: 296px;
float: left;
	background: url(../images/rt-bg.jpg) top center no-repeat;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 629px;
height: 296px;
float: left;
}

.pagination{
width: 609px;
height: 14px;
text-align: right;
float: left;
padding: 0 20px 10px 10px;
background: url(../images/banner-text-bg.jpg) bottom no-repeat;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
color: #000;
}

.banner-main {
	width: 600px;
	height: 180px;
	float: left;
	padding: 6px 19px 6px 20px;
	margin: 0px;
	}

.banner-text {
	width: 590px;
	height: 54px;
	float: left;
	padding: 15px 14px 15px 15px;
	margin: 0px;
	color: #ffffff;
	}

.pagination img {
	margin: 0 2px 0 2px;
	}