
.container div
{
	float:left;
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #505050;

width: 450px; /*width of featured content slider border-bottom-width: 6px;*/
height: 300px;
}



.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: 450px; /*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;
background-color:Black;
}

.pagination{
width: 120px;
text-align: center;
background-color: #505050;
padding: 0px 0px;
height:300px;
border-top: 1px solid #505050;
border-left: 1px solid #505050;
border-right: 1px solid #505050;
}

.pagination a
{
	
padding: 0 px;
text-decoration: none; 
color: #444444;
font-size:15px;
font-family:Verdana;
width:100%;
font-weight:bold;


border-bottom:1px solid gray;

}
.toc
{
	width:100%;
}
pagination a:hover, .pagination a.selected{
color:  #0066FF;
background: black;
font-weight:bold;
width:100%;

}
.numletter
{
   width:150px;
   height:60px;
   text-align:center;
   color:  white;      
   background: url(/images/game_ns.jpg) repeat-x;
}
.numletters a
{	
	width:150px;
}
.numletter a.selected{
   width:100%;
   height:100%;   
   text-align:center;
   background: url(/images/game_selected.jpg) repeat-x;
   color:  white;
   
}
