.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 787px; /*width of featured content slider*/
height: 336px;
overflow:hidden;
text-align:left;
z-index:0;
/*margin-top:-22px;*/
background:#FFF;
}

.contentdiv{
	text-align:center;
	width:787px;
	height:336px;
	overflow:hidden;
	padding:0px;
	background:#FFF;
	z-index:1;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
/*background: #D3D3D3;*/
/*width: 775px;*/ /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
/*height: 197;*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination {
width: 162px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding-right:12px;
/*background-color: #D3D3D3;*/
position:relative;
left:520px;
z-index:2;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin-top:-30px;
}
.pagination a {
padding: 0 5px;
text-decoration: none; 
color: #85151c;
font-weight:bold;
font-size:25px;
font-family: "Trebuchet MS", Tahoma, Arial;
}
.pagination a:hover, .pagination a.selected{
color: #fbb319;
/*background-color: #EBEBEB;*/
}
