.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 0px;
width: 100%; /*width of featured content slider*/
height: 270px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 100%; /*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{
width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 1px 1px;
height:25px;
margin: -30px 0 0 390px;
position: relative;
z-index: 1000;
}

.pagination a{
	text-align:center;
padding: 3px 7px;
text-decoration: none; 
color:  #de3b3c;
background: f2f2f2;
width:20px;
height:25px;
line-height:18px;
border: 0px solid #bebebe;
background: url(/Image/slider_btn.png) no-repeat top left;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #476d94;
border: 0px solid #e7e7e7;
width:20px;
height:25px;
text-decoration: none; 
background: url(/Image/slider_btn_hover.png) no-repeat top left;
}
 
