.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 456px; /*width of featured content slider*/
height: 233px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 456px; /*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-slider1{position:absolute; bottom:19px; right:38px; z-index:999;}

.pagination-slider1 a{
outline:none;
text-decoration: none;
display:block;
width:20px; height:20px;
padding:2px 0 0 0;
text-align:center;
color:#999 !important;
font-weight:bold;
font-size:14px;
margin-left:1px;
cursor:pointer;
background:#fff;
float:left;
margin-right:3px;
}

.pagination-slider1 a:hover, .pagination-slider1 a.selected{
background:#2BA6AB;
color:#fff !important;
}

.prev, .next{display:none !important;}

.pagination-slider1 .toc{
	
}