.sliderwrapper{
position: relative; /*leave as is*/
overflow: auto; /*leave as is*/
border: 0px solid black;
width: 650px; /*width of featured content slider*/
height: 450px;
}



.sliderwrapper .contentdiv{
visibility: auto; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: #ffffff;
background-image:url(/data/image/zgzxrv4b.jpg);
width: 590px; /*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{
visibility:hidden;
width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #FEFED5;
padding: 0px;
border:0px solid black;
}

.pagination a{
width:30%;
padding: 0px;
padding-left:40px;
padding-right:40px;
text-decoration: none; 
color: black;
background: #FEFED5;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FECE7C;

