/* Styles for scrolling layers and scrollbars  */

 .container {
 font-family:verdana;
 position:relative; 
 margin: 15px 0 0 9px;
 z-index:10;
}

 .holder { 
  position:absolute; left:0px; top:16px;
  width:170px; height:0px; 
  overflow:hidden; z-index:10; 
  border-left: 1px solid #D2CECC;
  border-right: 1px solid #D2CECC;
}

 .flashHolder { 
  display:none;
  position:absolute; left:0px; top:16px;
  width:170px; height:0px; 
  overflow:hidden;z-index:10;
  border-left: 1px solid #D2CECC;
  border-right: 1px solid #D2CECC;
  border-bottom: 1px solid #D2CECC;
}
 .wn  { 
  position:absolute; left:0; top:0;
  width:159px; height:150px; 
  clip:rect(0, 239px, 150px, 0); 
  overflow:hidden; z-index:10;
  }
/* op7 needs width set here too (?) */  
 .content { 
  position:absolute; visibility:hidden;
  left:0; top:0; z-index:10; width:239px;

} 

 .mainbar{
  position:absolute; left:0px; top:0px;
  width:170px; height:15px;
  background-color:#DFDBD9; 
  border: 1px solid #D2CECC;
  cursor:pointer;
  cursor:hand;
}


 .selectedInfo {
cursor:pointer;cursor:hand;
white-space:nowrap;
height:10px;
}

 .headlineText, .headlineInfo{
  float:left;
  font-size: 9px;
  color: #666666;
  margin: 2px;
  width:52px;
  overflow:hidden;
}

 .headlineInfo{
  width:82px;
  white-space:nowrap;
  overflow:hidden;
}

 .headlineImg{
  float:right;
  padding: 5px 3px 0 0;
  text-align:right;
  width:10px; height:9px;
  cursor:pointer;
  cursor:hand;
}

/* Set small font-size or size/position of div's will be off in some browsers  */
 .scrollbar { 
  position:absolute; visibility:hidden;
  left:159px; top:0;
  width:11px; height:0; 
  font-size:1px; z-index:10;
  }
  
 .track { 
  position:absolute; left:0; top:0px;
  width:11px; height:0;
  background: url("../res/scrollbar/src/images/track.gif") #336 repeat;
  z-index:10;
  }
  
 .dragBar {
  position:absolute; left:1px; top:1px;
  width:8px; height:0;
  background-color:#DFDBD9;
  z-index:10;
  margin-left:1px;
  }
 .up { position:absolute; left:0; top:0; z-index:10; }  
 .down { position:absolute; left:0; bottom:0; z-index:10; }

 .scrollContent {
 width:149px; 
}

 .item-on,  .item-over {
  background-color: #fff;
  font-size: 10px;
  color: #000000;
  border:1px solid #DFDBD9;
  cursor:hand;
  cursor:pointer;
  }  
 .item-off {
  background-color: #f6f4f4;
  font-size: 10px;
  color: #000000;
  margin:1px;
  padding:3px;
  width:100%;
  border:1px solid #f6f4f4;
  cursor:hand;
  cursor:pointer;
}

 IMG {border:none;}



