.gallery-thumb {
    margin: 10px;
    background-color: white;
    padding: 5px;
    float: left;
    width: 66px;
    height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 12px;
    vertical-align: middle;
}

#photo-view {
    /*width: 695px;*/
    width: 680px;
    height: 341px;
}

#photoinfo {
    float: left;
    width:170px;
    height:332px;
    overflow:auto;
}
#photoinfo h2 {
    font-size: 12px;
    color: #333333;
    padding: 10px 0;
    font-style: normal;
}
#photoinfo #photodesc {
    font-size: 11px;
    color: #595959;
}
#thumbnails {
    overflow: hidden;
    width: 704px;
    height: 65px;
    position: relative;
}

#thumbcontainer {
    position: relative;
}

#photobox {
    padding: 8px;
    position: relative;
    width: 490px;
    height: 325px;
    border-right: 5px #ccc;
    float: left;
}
/*
#photobox img {
    position: absolute;
    top: 10px;
    left: 10px;
}
*/
#gallery_content {
    margin-left: 128px;
}

#fullscreen {
    position: absolute;
    bottom: 8px;
    right: -30px;
}

#gallery_title {
    margin-top: 20px;
    text-align: left;
}
#content {
    text-align: center;
}
#gallery_container {
    background: url('/media/images/gallery/full-content-gallery.gif') no-repeat;
    /*height: 472px;*/
    width: 831px;
    /*margin-left: 5px;*/
    margin: 0 auto;
    padding: 10px;
    padding-top: 20px;
    text-align: left;
}


#gallery_sidebar {
    float:left;
    padding-left:3px;
    width:126px;
    margin-top: 25px;
}

#current_page {
    display: inline;
}

#max_pages {
    display: inline;
}

#controls {
    margin-top: 5px;
    margin-left: 272px;
    vertical-align: middle;
    line-height: 24px;
}
#controls a {
    vertical-align: middle;
}

#galleries-top {
    background: url('/media/images/gallery/galleries-top.gif') top left no-repeat;
}

#galleries-center {
    background-color: #00B0D2;
    background: #00B0D2 url('/media/images/gallery/galleries-center.gif') top right repeat-y;
}

#galleries-bottom {
    background: url('/media/images/gallery/galleries-bottom.gif') bottom left no-repeat;
    padding: 7px 0;
}

.gallery-name {
    background:transparent url(/media/images/gallery/btn-gallery.gif) no-repeat scroll center;
    height:19px;
    line-height:19px;
    margin-bottom:0pt;
    margin-right:0pt;
    margin-top:6px;
    text-align:center;
    vertical-align:middle;
}
.gallery-name.first {
    margin-top: 0px;
}

.gallery-name a {
    color: white;
    font-size: 10px;
    line-height: 19px;
    text-decoration: none;
    display: block;
    /*width: 78px;*/
    height: 19px;
}

#gallery_sidebar h3 {
    text-align: center;
}

#gallery_submit_photos_link {
    font-size: 9px;
    margin-left: 30px;
    margin-top: 30px;
}
#fullscreen a img {
    border: 0;
}
