.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 480px; /*width of featured content slider*/
height:4000px;}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 480px; /*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: 480px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
padding:10px 0px 0px 0px;
height:50px;
margin:10px 0px 30px 0px;
}

.pagination a{
float:left;
background-color:#CFBB7C;
margin:0px 10px 20px 0px;
padding:12px;
display:block;
border:#735135 1px;
border-style:solid;
color:#735135;
text-align:center;
font-size:1.2em;
text-decoration:none;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #8a613c;
border:1px solid #fff;

}

#slider2{
width:480px;

}

