.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 14px solid transparent;
border-bottom-width: 6px;
width: 100%; /*width of featured content slider*/
/* height: 95px; */ /* for font-size 12px */
height: 110px;
margin:0;
background:#e1e1e1;
z-index:1;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin:0;
padding: 0px;
background: transparent;
width: 100%; /*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;
/* background:#543545; */
}

.pagination_slider{
/* float:right; */
width: 160px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
/* text-align: right; */
/* background-color: navy; */
/* padding: 70px 0 0 0; */ /* for font-size 12px */
padding: 82px 0 0 430px;
position:absolute;
z-index:100;
}

.pagination_slider a{
padding: 0 5px;
text-decoration: none; 
color: #333333;
background: transparent;
}

.pagination_slider a:hover, .pagination_slider a.selected{
color: #000000;
background-color: #f1dfb8;
}


.quote_source{
margin:10px 0 0 0;text-align:left;width:100%;font-weight:normal;font-style:italic;clear:left;
}