.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #CCCCCC;
width: 720px; /*width of featured content slider*/
height: 250px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0px;  /*leave as is*/
top: 0px;  /*leave as is*/
background: white;
width: 720px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 250px;
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: 960px; /*width of featured content slider*/
height: 300px;
}

.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: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 300px;
/*padding: 10px; */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index: 80;
}

.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;
}
.pagination{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 150px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px 10px;
	z-index: 81;
}

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

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #606;
}

.pagination2{
position: absolute;
bottom: 10px; right: 10px;
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
z-index: 81;
}

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

.pagination2 a:hover, .pagination2 a.selected{
color: white;
background-color: #606;
}
/*
.pagination2{
width: 480px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)
text-align: right;
padding: 5px 10px;
background-image: url(../images/homepage/main-page-pagination.gif);
}

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

.pagination2 a:hover, .pagination2 a.selected{
color: white;
background-color: #606;
}*/
