.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 705px; /*width of featured content slider*/
height: 212px;
float:left;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 20px 0 0 19px;
width: 680px; /*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: 223px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background: url(block.png) no-repeat;
margin: 15px 0 0 0;
height: 190px;
padding: 7px 0 0 0;
float:left;
}

.pagination ul {
list-style-type: none;
margin: 0 0 0 -5px;
padding: 0;
float:left;
}
.pagination li {
list-style-type: none;
float:left;
margin: 0; 
text-align:center;
}
.pagination li a {
width: 208px;
height: 35px;
float:left;
margin: 0;
display:block;
background: url(block1.png) no-repeat;
padding: 11px 0 0 15px;
}

.pagination a:hover {
background-position: 0 -93px;
}
.pagination a.selected{
background-position: 0 -47px;
}
#featurex {
width: 545px;
background: #ffffff;
padding: 10px;
float:left;
border: 1px solid #E7E7E7;
margin: 5px 0 0 0;
}
