.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #333333;
border-bottom-width: 6px;
width: 300px; /*width of featured content slider*/
height: 170px;
}



.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: white;
width: 290px; /*width of content DIVs within slider. Total width should equal slider's inner width (290+5+5=300) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (300+10+10=320)*/
text-align: right;
background-color: #565A43;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
font-size: .75em;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

#outer{
    position:relative;
    width: 600px;
}
#inner{
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:385px;
}
#inner2{
    position:absolute;
    left:375px;
    top:0;
    height:100%;
    width:300px;
}

.table
{
background:#333;

}
.table ul
{
float:left;
margin:0;
padding:0;
border:1px solid #FFFFFF;
}
.table ul li
{
list-style:none;
padding:5px 10px;
}
.table ul li.title
{
font-weight:bold;
background:#333;
color:#fff;
}
.table ul li.even
{
background:#fff
}
.table ul li.odd
{
background:#FFFFE6
}
