.sliderwrapper{
float: left;
width: 567px; /*width of featured content slider*/
height: 292px;
background: url(../../images/bg_features.jpg) no-repeat;
}
    #sliderbox_1
    {
        float: left;
        width: 15px;
    }
    #sliderbox_2
    {
        
    }


.sliderwrapper .contentdiv
{
float: left;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin: 0 0 0 0px;
width: 384px; /*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;
}
    

.contentdiv {
    cursor: pointer;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #175e9e;
}

.pagination a{
padding: 0 0;
text-decoration: none; 
color: #00007D;
background: #175e9e;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background: #175e9e;
}


#slider4
{
float: left;
}

#paginate-slider4
{
width: 156px;
height: 30px;
margin: 23px 0 0 0;
float: left;
}

#paginate-slider4 .link 
{
width: 156px;
height: 30px;
float: left;
background: url(../../images/bg_link.jpg) no-repeat;
color: #527096;
margin: 5px 0 0 0;
cursor: pointer;
}    
#paginate-slider4 .link:hover
{
margin-top: 5px 5px 0 15px;
width: 156px;
height: 30px;
float: left;
background: url(../../images/bg_hover.jpg) no-repeat;
color: #FFFFFF;
}
    #paginate-slider4 .link_text
    {
        margin: 8px 0 0 8px;
    }

#paginate-slider4 a {
font-family: Arial;
font-weight: bolder;
font-size: 10px;
color: #527096;
text-decoration: none;
}
#paginate-slider4 a:hover 
{
font-family: Arial;
font-weight: bolder;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}
