
#slider4
{
float: left;   
position: relative; /*leave as is*/
width: 350px; /*width of featured content slider*/ 
height: 400px;
}
#slider4 img 
{
    width: 350px;
    border: none;    
}
#paginate-slider4
{
    width: 320px;
    float: right;  
    margin-left: 5px; 
}
#paginate-slider4 table tr td a
{
    color: #0071b7;  
}
#paginate-slider4 table tr td a:hover
{
    text-decoration: underline;    
}
#paginate-slider4 table tr:hover
{
    background: url(img/tr_hover.jpg) repeat-x bottom left;  
}
#paginate-slider4 table tr td
{
    padding-top: 5px;  
    border-bottom: 1px solid #ddd;  
}
#paginate-slider4 table tr td img
{
    width: 80px; 
    border: none;
    padding: 5px 5px 10px 5px;  
}
#paginate-slider4 table tr td
{
    font-size: 13px;    
}

.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: 350px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font-family: Arial;
font-size: 13px;
}
.contentdiv a
{
    font-weight: bold;
    font-size: 13px;
    color: Blue;
}
.contentdiv a:hover
{
    text-decoration: underline;    
}
