    /* BEGIN DEMO STYLE */
        #thegallery {
                overflow: hidden;
                width:800px;
                height:510px;
                float:left;
                position:relative;
                background-color: #000000;
        }
        #thegallery h1{font:bold 80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
        #thegallery a{color:#348;text-decoration:none;outline:none;}
        #thegallery a:hover{color:#67a;}
        #thegallery .caption{font-style:italic;color:#887;}
        #thegallery .demo{position:relative;margin-top:2em;}
        #thegallery .gallery_demo{width:800px;margin:0 auto;}
        #thegallery .gallery_demo li{width:68px;height:50px;border:3px double #111;margin: 0 2px;background:#000;}
        #thegallery .gallery_demo li div{left:240px}
        #thegallery .gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

        #main_image{float:right;margin:0 auto 60px auto;background:black;}
        #main_image img{height:380px;width:540px}

        #thegallery .nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
