.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:3px;
}

.fisheye_menu span {
    clear:left;
	align: center;
	background-color: #00248F;
	text-align: center;
	padding: 4px 4px;
	margin: 3 2px;
	
	color: #CCC;
	font: normal 14px Verdana;
    position:relative;
	z-index:999;
}

.fisheye_menu span h1 {
    text-align: center;
	font:normal 11px Verdana;
    color: #FFF;
	display:inline;
}   