
        div#gallery.gallery
        {
            width:600px;
            height:368px;
            padding:0;
            margin:0;
            background-color:Transparent;
            
        }
        
        div.panel 
        {
            width:600px;
            height:304px;
            left:0px;
            top:0px;
            padding:0;
            margin:0;
        }
        
        ul.filmstrip 
        {
            margin-top:16px;
            background-color:transparent;
             
        }
        
        .frame .img_wrap
        {
            border:1px solid #fff;
            height:60px;
        }
        
        .frame img 
        {
            
            height:38px;
            width:38px;
        }
        
        div.pointer 
        {
            visibility:hidden;/*Hide the pointer div but allow it's invisible presence to effect other elements*/
        }
