        #bars
        {
            width: 505px;
            height: 179px;
            position: relative;
            background: #ffffff;
            display: none;
  
        }
        

        
        .panel
        {
            width: 505px;
            height: 179px;

        }
        
        .fader img {
            z-index: 1;
        }

        
        
        #bars div {
            display: block;
        }
        
        #bars .panel
        {           
            display: block;
            clear: both;

            top: 0;
            left: 0px;
            
           
        }
        
        
        #bars .branding {
            display: block;
        }
        
        .panel img {
        display:block;
        position:absolute;
        top: 0;
        left: 0;
        }
        
 
        
        img#branding-text,
        img.branding-text,
        img#company-text,
        img#manufacturing-text,
        img#quality-text,
        img#solutions-text
        {
            display: block;
            position: absolute;
            top: 80px;
            left: 0px;
            
        }
        
        .branding #branding-text,
        .branding .branding-text
        {
        top: 90px;
        left: 305px;
        
        }


        
        .slides {
        position:absolute;
        left: 0px;
        z-index: 1;
        }
        


        .canvas {
            background: #ffffff;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
            z-index: 999;
            width: 505px;
            height: 179px;
            
        }
        
        .slides  {
            
            display: none;
        }
        
        
        .devAlert{ /* Drop this at launch. Just using it now to get around using alert pop-ups. */
            
            width: 505px;
            height: 18px;
            background: #eee;
            position: absolute;
            top:0;
            left:0;
            display: block;
            margin: 181px 0 0 0;
            
        }