.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #CCCCCC;
width: 599px; /*width of featured content slider*/
height: 200px;
margin-top: 8px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 599px; /*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;
}
.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 1px solid #CCCCCC;*/
width: 500px; /*width of featured content slider*/
height: 300px;
margin-top: 8px;
}

.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.contentdiv-test {
width: 589px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 200px;
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}


.pagination2{
width: 480px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 25px;
text-align: right;
padding: 5px 10px;
background-image: url(../images/template/paginationMenu.gif);
}

.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color: black;
border: 1px solid #999;
background: white;
}

.pagination2 a:hover, .pagination2 a.selected{
color: white;
background-color: #3366CC;
}