body {
    background: black url(../library/lg-bg.png) repeat-x left top;
    }
div.logo {
    height: 96px;
    }
div.gallery {
    width: 781px;
    margin: 0 auto 20px;
    text-align: left;
    position: relative;
    padding-bottom: 6px;
    background: transparent url(../library/lg-rounder-bottom.png) no-repeat right bottom;
    }
ul#tabs {
    position: absolute;
    left: 580px;
    top: 64px;
    }
ul#tabs li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    }
ul#tabs li#tab-mov {
    left: 101px;
    }
ul#tabs li a {
    display: block;
    height: 32px;
    position: relative;
    background-color: #e2e2e2;
    text-align: center;
    line-height: 32px;
    }
ul#tabs li a span {
    display: block;
    height: 32px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    }
li#tab-mov a span {
    background: transparent url(../library/lg-nav-movies.png) no-repeat left top;
    }
li#tab-img a span {
    background: transparent url(../library/lg-nav-images.png) no-repeat left top;
    }
ul#tabs li a:focus span,
ul#tabs li a:hover span {
    background-position: left -32px;
    }
ul#tabs li.active a span {
    background-position: left -64px;
    }
div.container {
    background: #e2e2e2 url(../library/lg-rounder-top.png) no-repeat left top;
    margin-left: 48px;
    padding: 10px 7px 0 10px;
    }
div.categories {
    float: left;
    width: 102px;
    margin-right: 10px;
    }
div.categories li {
    margin-bottom: 12px;
    }
div.categories a {
    display: block;
    padding-top: 58px;
    border: 1px solid #fff;
    background-color: #000;
    background-repeat: no-repeat;
    color: #fff;
    }
div.categories a span {
    display: block;
    padding: 2px 2px 2px 15px;
    background: transparent url(../library/lg-cat-bullet.png) no-repeat left top;
    }
div.categories a:focus,
div.categories a:hover {
    border-color: #fff;
    background-color: #fbab18;
    color: #000;
    }
div.categories a:focus span,
div.categories a:hover span {
    background-position: left -50px;
    }
div.categories li.active a {
    border-color: #000;
    background-color: #fbab18;
    color: #000;
    }
div.categories li.active a span {
    background-position: left -100px;
    }
div.lightbox {
    float: left;
    width: 600px;
    padding: 1px;
    background-color: #fff;
    min-height: 626px;
    margin-bottom: 4px;
    border: 1px solid #ccc;
    }
ul.thumbs {
    margin: 10px 0 0 10px;
    }
ul.thumbs li {
    float: left;
    margin: 0 10px 10px 0;
    }
ul.thumbs li a {
    display: block;
    background: transparent url(../library/lg-thumb-bg.png) no-repeat left top;
    padding: 3px 5px 5px 3px;
    width: 100px;
    height: 75px;
    overflow: hidden;
    }
ul.thumbs li a:focus,
ul.thumbs li a:hover {
    background-position: left bottom;
    }
div.desc {
    padding: 10px;
    line-height: 1.5;
    }
div.desc h3 {
    margin: .5em 0;
    }
ul#nextprev {
    margin: 1em 0;
    }
ul#nextprev li {
    float: left;
    padding: 0 12px;
    }
ul#nextprev li#prev {
    background: transparent url(../library/bullet-link-back.png) no-repeat left center;
    }
ul#nextprev li#next {
    background: transparent url(../library/bullet-link.png) no-repeat right center;
    padding-left: 0;
    }
