.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
bofrder-bottom-width: 6px;
width: 860px; /*width of featured content slider*/
height: 350px;
margin: 0 auto;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: none;
width: 850px; /*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{
margin:0 auto;
width: 930px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: none;
padding: 0px 10px;
position: absolute;
margin-top: -200px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: none;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: none;
}

a.next:link, a.next:visited{
background: url(/skin/frontend/default/default02/images/arr-left.png) 3px 0 no-repeat;
width:22px;
height:44px;
}

a.next:hover{
background: url(/skin/frontend/default/default02/images/arr-left2.png) left top no-repeat;
width:22px;
height:44px;
}

a.prev:link, a.prev:visited{
background: url(/skin/frontend/default/default02/images/arr-right.png)  6px 0 no-repeat;
width:22px;
height:44px;
float:left;
}

a.prev:hover{
background: url(/skin/frontend/default/default02/images/arr-right2.png) 9px 0 no-repeat;
width:22px;
height:44px;
}

a.textbar{
text-indent: -10000px;
display:block;
width:404px;
height:68px;
position:absolute;
right:5px;
bottom: 25px;
}

a.textbar:link, a.textbar:visited{
background: url(/skin/frontend/default/default02/images/textbar.png) 0 0 no-repeat;
width:404px;
height:68px;
}

a.textbar:hover{
background: url(/skin/frontend/default/default02/images/textbar.png) 0 -68px no-repeat;
width:404px;
height:68px;
}
