@charset "utf-8";
/* CSS Document */

element.style {
background-attachment:scroll;
background-color:transparent;
background-position:left center;
background-repeat:no-repeat;
display:none;
opacity:1.1;
visibility:visible;
z-index:119;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0 solid black;
border-bottom-width: 3px;
width: 650px; /*width of featured content slider*/
height: 375px;
}

.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: black none repeat scroll 0 0;
width: 650px; /*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;
}

.pagination{
width: 635px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: black;
padding: 5px 5px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
}

#paginate-slider4{
background-color: #53473B;
border-color: #53473B;
margin-left: 10px;
}

#paginate-slider4 a img{
width: 80px;
height: 60px;
border: 1px solid gray;
margin-top: 3px;
}

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