.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid navy;
border-bottom-width: 6px;
width: 230px; /*width of featured content slider*/
height: 150px;
}



.sliderwrapper2 .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: 230px; /*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;
}

.pagination2{
width: 240px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
font:bold 10px arial;
text-align: center;
background-color: #00000;
color:#aaa;
padding: 5px;
padding-left:0px;
}

.pagination2 a {
padding: 0 5px;
text-decoration: none; 
color: #aaa;
background-color: #00000;
}

.pagination2 a:hover, .pagination a.selected{
color: #aaa;
background: #00000;

}

#paginate-slider2 a {
color: #aaa;
background-color: #ffffff;
}

#paginate-slider2 a:hover, #paginate-slider2 a.selected {
color: #ffffff;
background: #E5E3E3;
}


#slider2{
border: 3px solid #000000;
width: 230px;
height: 150px;
}


#slider2 .contentdiv{
width: 230px;
}

#slider2 .contentdiv img{
width: 220px;
height: 140px;
}

#paginate-slider2 a img:hover, #paginate-slider2 a.selected img{
border: 1px solid #aaa;
}

#paginate-slider2{
width: 230px;
height: 150px;
}
