/*  */

/*////////////////////////
    IMAGE GALLERY LAYOUT
///////////////////////*/

    #galleryContainer {
        width:570px; margin:0 auto; position:relative;
    }
    
    #galleryImgLoader {
        background-color:#000; height:370px; overflow:hidden; margin:0 auto; width:570px; position:relative; text-align:center; 
    }
        #galleryImgLoader img {
            margin:0 auto;
        }
    #galleryImgLoader .loading {
        
    }
    
    #imageSelector {
        background-color:#000; height: 148px; width:570px; margin: 0 auto; padding: 0; list-style-type: none; overflow:auto; white-space:nowrap; 
    }
        #imageSelector li {
            display:inline; /* the crux of how this thing works... */
        }
            #imageSelector img {
                border:1px solid #fff; margin:12px 8px;
            }
        #imageSelector a.thumbLink {
            display:inline;
        }
        #imageSelector a.fullSizeLink {
            display:none;
        }
    
    #galleryImgLoader h3 {
        line-height: 370px; color:#666;
    }
