.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 324px; /*width of featured content slider*/
height: 175px;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 324px; /*width of featured content slider*/
height: 278px;
}



.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: white;
width: 324px; /*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 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 324px; /*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;
}

.vio{
	width: 304px;
	position: absolute; 
}
.vio li{
	list-style:none; 
}


.pagination{ 
width: 304px;
position: absolute; /*leave as is*/
 /*width: 214px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding-right:5px;
padding-top:5px;
/*background-color: navy;*/
margin: 0px 0px 0px 0px;
padding-bottom: 0px;
z-index:99999;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
z-index:99999;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
z-index:99999;
}