.gallery-thumb {
    margin: 10px;
    background: url('/media/images/gallery/thumbnail_bg.gif') center center no-repeat;
    padding: 5px;
    float: left;
    width: 112px;
    height: 72px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 28px;
    vertical-align: middle;
    text-align: center;
}
.gallery-thumb {
    cursor: pointer;
}

#photo-view {
    width: 600px;
    height: 400px;
    margin: 0 auto;
}

#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: 9px;
    color: #595959;
}
#thumbnails {
    overflow: hidden;
    width: 900px;
    height: 92px;
    position: relative;
    margin: 14px 0 9px 78px;
}

#thumbcontainer {
    position: relative;
}

#photobox {
    /*border-right:5px none #CCCCCC;*/
    float:left;
    height:400px;
    position:relative;
    width:600px;
}
/*
#photobox img {
    position: absolute;
    top: 10px;
    left: 10px;
}
*/
#gallery_content {
    /*margin-left: 128px;*/
    /*text-align: center;*/
}

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

#content {
    text-align: center;
}
#gallery_container {
    background: url('/media/images/backgrounds/gallery_bg.jpg') no-repeat;
    height: 573px;
    padding: 41px 10px 10px 10px;
    text-align: left;
}


#gallery_sidebar {
    float:left;
    padding-left:3px;
    width:125px;
}

#current_page {
    display: inline;
}

#max_pages {
    display: inline;
}

#controls {
    margin-left: 409px;
    vertical-align: middle;
    line-height: 18px;
    vertical-align: middle;
}
#controls .pager {
    display: inline;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 12px;
}
#controls a {
    vertical-align: middle;
}

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

#galleries-center {
    background-color: rgb(183, 183, 183);
    background-color: #D4D4D4;
}

#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;
}
