.contentslide{
border-top: 1px solid white;
padding: 8px;
width: 530px;
/*height: 250px;*/
}

.contentslide .contentdiv{
display: none;
}
.contentdiv, .contentdiv table tr td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.contentdiv table tr td ul { list-style-type:square; margin-left:1.1em}

.pagination{
width: 530px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
/*background-color: navy;*/
/*border: 10px solid navy;*/
/*border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 10px 0 4px 10px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 530px; /*IE5 width*/
w\idth: 530px; /*IE6 width*/
}

.pagination a{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
padding: 0 10px 5px 5px;
text-decoration: none; 
color: #FFF;
}

.pagination a:hover, .pagination a.selected{
text-decoration: none; 
color: #FFF;
background:url(images/bullet.gif) no-repeat bottom;
}
.pagination a.last { border:none}

/**flash content/



/**floor chooser*/
#floor {clear:both;height:31px;font-size:11px; font-weight:bold; border-bottom:#fff 1px solid}

* html>body #floor {float:none; display:inline-block} /* IE5MAC */

#floor ul {height:1%; list-style:none; position:relative; top:10px; /*IEWIN*/

width:550px; /* max-width to avoid overlapping when the font-size is increased */

margin: 0 auto;}

#floor ul:after {content:".";display:block;clear:both;height:0;visibility:hidden;}

#floor li {float:left;margin-right:3px;padding:1px 3px 0 0;border-right:1px solid #fff;line-height:9px;}

#floor li.last {border:none;}

#floor li a {text-decoration:none;color:#fff; padding: 0 10px 8px 5px; _height:10px }

#floor li a:hover, #floor li a.selected {background:url(images/bullet.gif) no-repeat bottom center; text-decoration:none;}
