.scroll_container
{
    height:64px; 
    text-align: left; 
    width:370px; 
    _width:365px;
    background-color:Transparent; 
    padding:6px 8px;
    background: transparent;   
     }

.scroll_control
{
   position:absolute;
   background-color: transparent;
   width:0px;  
   margin-left:360px;
   _margin-left:360px;
   text-align:center;
      }

.scroll_caixa
{
    width:345px;
	z-index: 999;
}
    
.fisheye_menu {
	float:left;
}

.fisheye_menu a {
	float:left;
	text-decoration: none;
}

.fisheye_menu img {
	vertical-align: top;
	border: solid 0px #FFF;
	padding:2px;
}

.fisheye_menu span {
    clear:left;
	text-align: center;
	padding: 2px 0px;
	margin: 0 1px;
	color: #CCC;
	font: normal 10px Verdana;
    position:relative;
	z-index:999;
	background-color: #FF6600;
}

.fisheye_menu span h1 {
    text-align: center;
	font:normal bold 10px Verdana;
    color: #FFF;
	display:inline;
	
}   