.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 515px;
    top: 0px;
    right: 0px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
margin:0 auto;
background: #eff5f8;
width: 298px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination
{
	text-align:center;
width: 292px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
margin:0 auto;
padding: 2px 2px;
}

.pagination a{
padding: 0;
text-decoration: none; 
}

.pagination  a img{

border:3px solid #cccccc;
}

.pagination a:hover img{
border:3px solid #ff6600;
}

.pagination a:selected img{
border:3px solid #ff6600;
}