
.anythingFader {
width: 260px; 
height: 90px; 
position: relative; 
margin: 0;
padding:0;
}

.anythingFader .fader {
width: 260px; 
overflow: auto; 
height: 75px; 
margin:0; 
position: absolute; 
top: 0; 
left: 0;
}

.anythingFader .fader ul {
width: 32700px; 
list-style: none; 
position: absolute; 
top: 0; left: 0;  
margin-left:0;
padding:0;
}

.fader p.title {
margin-top:10px;
font-weight:bold;
padding:0;
}

.anythingFader ul li {
display: block;
float: left;
margin:0;
padding-left:260px;
height: 75px; 
width: 260px; 
font-size:120%;
color:#666666;
}

.anythingFader .arrow                  { display: none; height:10px; color:#FFFFFF; }
.anythingFader .forward                { display: none; height:10px; color:#FFFFFF; }
.anythingFader .back                   { display: none; height:10px; color:#FFFFFF; }
.anythingFader .forward:hover          { display: none; height:10px; color:#FFFFFF; }
.anythingFader .back:hover             { display: none; height:10px; color:#FFFFFF; }

/* Prevents */

.anythingFader .fader ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingFader .fader ul ul li       { float: none; height: auto; width: auto; background: none; }