.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #CCCCCC;
border-bottom-width: 1px;
width: 450px; /*width of featured content slider*/
height: 440px;
}

.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: 440px; /*width of content DIVs within slider. Total width should equal slider's inner width (430+5+5=440) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 435px; /*Width of pagination DIV. Total width should equal slider's outer width (405+10+10=435)*/
text-align: right;
background-color: #065098;
padding: 2px 4px;
}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: #065098;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #C0C000;
}

.fxwindow {
width:880px; height:520px; overflow:false; background-color: transparent; border: 1px solid; border-color: #C0C000; filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.80; position:absolute; z-index:2; left:50%; top:0%; margin-left:160px; margin-top:825px; color: #ffffff; text-align:left;
visibility:visible;}

.fxtable {
width:875px; height:510px; overflow:auto; background-color: transparent; background-image:url(images/tablebg.jpg); border: 1px solid; border-color: #C0C000; filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.80; position:absolute; z-index:2; left:50%; top:0%; margin-left:160px; margin-top:825px; color: #ffffff; text-align:left;
visibility:visible;}

