.gallery-thumb {
    margin:0 2px 0 0;
    background: #F6C423;
    padding: 3px;
    float: left;
    width: 120px;
    height: 66px;
    vertical-align: middle;
    text-align: center;
}
.gallery-thumb {
    cursor: pointer;
}

.gallery-thumb.active {
    background: #e65d17;
}
#photo-view {
    background:transparent none repeat scroll 0 0;
    height:338px;
    width:770px;
    float: left;
}

#photoinfo {
    float:left;
    height:324px;
    overflow:auto;
    padding:0 10px;
    width:142px;
}
#photoinfo h2 {
    font-size: 14px;
    color: #334887;
    padding: 10px 0;
    font-style: normal;
}
#photoinfo #photodesc {
    font-size: 13px;
    color: #676767;
    line-height:18px;
}
#thumbnails {
    clear:both;
    height:80px;
    margin:0 0 2px 0;
    overflow:hidden;
    padding-top:20px;
    position:relative;
    width:768px;
}

#thumbcontainer {
    position: relative;
}

#photobox {
    float:left;
    height:338px;
    position:relative;
    width:598px;
}
/*
#photobox img {
    position: absolute;
    top: 10px;
    left: 10px;
}
*/
#gallery_content {
margin:0 auto;
padding:96px 10px 10px 71px;
position:relative;
width:830px;
}

#fullscreen {
    position: absolute;
    bottom: 0px;
    right: -66px;
}

#content {
    text-align: center;
}
#gallery_container {
    background: url('/media/images/backgrounds/photos_bg.jpg') no-repeat;
    height: 549px;
    text-align: left;
}


#gallery_sidebar {
    float:left;
    width:126px;
}

#current_page {
    display: inline;
}

#max_pages {
    display: inline;
}

#controls {
    margin-left: 418px;
    vertical-align: middle;
    line-height: 21px;
    position: relative;
    height: 30px;
}
#controls .pager {
    display: none;
    vertical-align: middle;
    font-size: 11px;
    line-height: 21px;
    height: 21px;
    width: 75px;
    position: absolute;
    top: 5px;
    left: 23px;
    text-align: center;
}
#controls a {
    vertical-align: middle;
}
#controls_left {
left:-477px;
position:absolute;
top:-70px;
}
#controls_right {
left:360px;
position:absolute;
top:-70px;
}

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

#galleries-center {
    background: #0B0A1A;
}

#galleries-bottom {
    padding:4px 0 4px 4px;
}

.gallery-name {
    background: #4689BD;
    height:21px;
    line-height:21px;
    margin-bottom:0pt;
    margin-right:0pt;
    margin-top:4px;
    vertical-align:middle;
}
.gallery-name.first {
    margin-top: 0px;
}

.gallery-name a {
    color: white;
    font-size: 12px;
    line-height: 21px;
    text-decoration: none;
    display: block;
    /*width: 78px;*/
    height: 21px;
    padding: 0 5px;
    text-transform: uppercase;
}

#gallery_sidebar h3 {
    text-align: center;
}

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