@charset "utf-8";
.sliderwrapper{
background-color:#2e2a1f; border-top:1px solid #c28d15;
position:relative;
overflow:hidden;
width:589px;
height:364px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background-color:#2e2a1f;
width:589px; /*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;
}

.sliderwrapper h3{margin:4px 10px 0 0;}
.sliderwrapper p{margin:0 10px 0 0; font-size:11px; color:white;}

.pagination{
/*width:173px;*/ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color:#ffffff;
padding:5px 5px;
/*border-top:1px solid #625852*/
text-align:right}

.pagination a{
display:block; width:15px; height:15px; float:right; margin-left:5px;
text-decoration: none;
color:#9b9b9d;
background-color:#9b9b9d;
}

.pagination a:hover, .pagination a.selected{
color: #58575a;
background-color: #58575a;
}

.slide-info{position:absolute; bottom:0; left:0; height:45px; padding-left:6px; padding-right:6px; width:100%; background:transparent url(/images/page/brown70.png) repeat;}
.slide-info-more{float:left; margin-left:6px; margin-top:14px;}
.eslide-info-more{float:right; margin-right:20px; margin-top:14px;}