/***********************************************
* Featured Content Slider- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;*/
border-bottom-width: 6px;
width: 950px; /*width of featured content slider*/
height: 300px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
/* removed mw
padding: 5px;
background: white;
width: 548px; 
height: 367px;  */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.pagination
{
position: relative;
display: block;
float: left;
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
/*background-color: navy;*/
padding: 5px 0px;
margin: 4px 0px 12px 225px;
}
.pagination a{
padding: 0 12px;
text-decoration: none; 
background: url('images/ubam_store_slider_dot.gif') no-repeat;
}
.pagination a:hover, .pagination a.selected{
background: url('images/ubam_store_slider_dot_over.gif') no-repeat;
}