.sliderwrapper
{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
border-bottom-width: 0;
width: 545px; /*width of featured content slider*/
height: 223px;
margin:0;
padding:0;
}


.sliderwrapper .contentdiv
{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background-image: url(./images/lewa_gl_02.jpg);
background-repeat: no-repeat;;
width: 540px; /*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
{
float:right;
width: 523px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #e4e9ec;
padding: 5px 10px;
}

.pagination a
{
text-decoration:none; 
font-size:12px; 
text-align:left; 
color: #505050; 
font-family:tahoma,verdana,helvetica,arial,helvetica ce,sans-serif; 
margin:0; 
font-weight:normal;
}

.pagination a:hover, .pagination a.selected
{
text-decoration:none; 
font-size:12px; 
text-align:left; 
color: #0c85b7; 
font-family:tahoma,verdana,helvetica,arial,helvetica ce,sans-serif; 
margin:0; 
font-weight:normal;
}