.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #ff9900;
border-bottom-width: 6px;
width: 350px; /*width of featured content slider*/
height: 300px;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #ff9900;
border-bottom-width: 6px;
width: 330px; /*width of featured content slider*/
height: 320px;
}

.sliderwrapper .contentdiv{
font: normal 10px Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 340px; /*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 .contentdiv img{
border: 0; 
margin: 0px;
padding-left: 20px;
vertical-align: middle;
}
.sliderwrapper .contentdiv h1 {
text-align: left; 
padding: 0 10px 0 0px;
font-size: 80%;
}

.sliderwrapper .contentdiv h1 a:link {
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #26354A;
}
.pagination{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 350px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #ff9900;
padding: 5px 10px;
font: bold 10px/12px Arial, Helvetica, sans-serif; color: #5D7392; text-decoration: none;
}

.pagination a{
padding: 0 5px;
background: white;
font: bold 10px/12px Arial, Helvetica, sans-serif; color: #5D7392; text-decoration: none;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
