.sliderwrapper{
font-family: Optane, Garamond; 
font-size: 11px;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px #d5d5d5;
border-bottom-width: 0px;
width: 1015px; /*width of featured content slider*/
height: 375px;
}
.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px #d5d5d5;
border-bottom-width: 0px;
width: 447px; /*width of featured content slider*/
height: 100px;
}




.sliderwrapper .contentdiv{
font-family: Optane, Garamond; 
font-size: 12px;
line-height: 14px;  
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 375px; /*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{
font-family: Optane, Garamond; 
font-size: 12px;
line-height: 14px;  
width: 435px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 8px 8px;
}

.pagination2 a{
padding: 0 5px;
text-decoration: none; 
font-family: Optane, Garamond; 
font-size: 12px;
line-height: 14px;  
color: #78681c;
background-color: #dbd6c0;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #d5d5d5;
font-family: Optane, Garamond; 
font-size: 12px;
line-height: 14px;  
background-color: #4f3306;
}


.pagination{
font-family: Optane, Garamond; 
font-size: 12px;
line-height: 14px;  
width: 800px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #d5d5d5;
padding: 8px 8px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
font-family: Optane, Garamond; 
color: #442e04;
font-size: 12px;
line-height: 14px;  
background-color: #d5d5d5;
}

.pagination a:hover, .pagination a.selected{
color: #d5d5d5;
font-family: Optane, Garamond; 
font-size: 12px;
line-height: 14px;  
background-color: #10b0f2;
}