.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 920px; /*width of featured content slider*/
height:180px;
}

.sliderwrapper1 {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 688px; /*width of featured content slider*/
height:300px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 880px; /*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: #F3EED5;
padding:20px;
}

.sliderwrapper1 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 688px; /*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: #ffffff;
}

.pagination{
width: 920px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: #D9C773;
padding:0px;
height:20px;
}

.pagination2 {
display:none;
}

.pagination a {
text-decoration: none; 
width: 152px;
display:block;
float:right;
height:19px;
text-align:center;
font-size:14px;
padding-top:1px;
border-left:1px solid #E5D89E;
}

.pagination a:hover, .pagination a.selected{
background: #F3EED5;
}
