.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 850px; /*width of featured content slider*/
height: 380px;
}



.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: transparent;
width: 976px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 228px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: transparent;
border:1px solid #fff;
padding: 0px;
position:absolute;
left:0px;bottom:0px;
text-align:left;
z-index:100;
filter:alpha(opacity=45);-moz-opacity:.45;opacity:.45;
font-size:10px;
line-height:20px;
text-transform:uppercase;
font-family: tahoma, verdana, sans-serif;
}
.pagination:hover{
filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
background: #00529B;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: red;

}

#mainTeaser{
width:850px;
height:380px;
background:transparent;
position:relative;
margin-left:auto;
margin-right:auto;
border-left:1px solid #fff;
border-right:1px solid #fff;
margin-bottom:10px;
}