.new_flash_banner{
padding:0 0 20px 20px;
float:left;
position:relative;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width:820px; /*width of featured content slider*/
height:265px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0px;
background: white;
width:800px; /*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;
z-index:555;
}

.pagination{
width:800px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding:0px 0 0 35px;
position:absolute;
bottom:30px;
left:7px;
z-index:999;
}

.pagination a{
padding:0px;
width:21px;
height:20px;
display:block;
float:left;
text-align:center;
line-height:20px;
font-size:12px;
margin:0 4px 0 0px;
font-weight:bold;
background:url(images/pag_bg.gif) no-repeat center;
text-decoration: none; 
color:#6F6F6F;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background:url(images/pag_bg_a.gif) no-repeat center;
}
