.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;  /* bija 10px solid navy;*/
width: 564px; /*width of featured content slider*/
height: 424px;
}

.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: none; /* bija white;*/
width: 564px; /*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;
}

/*#slider{
border-color: darkred;
margin-left: 15px;
height: 280px
}*/

/*#paginate-slider{
background-color: darkred;
border-color: darkred;
}*/

#paginate-slider a img{
height: 60px;
border: 2px solid #FFF8DC;
margin: none;
}

#paginate-slider a img:hover, #paginate-slider a.selected img{
border: 2px solid red;
}
