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

#photo-view {
    background-color: white;
    width: 695px;
    height: 341px;
}

#photoinfo {
    float: left;
    /*margin-left: 530px;*/
    /*width: 170px;*/
    width:185px;
    height:332px;
    overflow:auto;
}
#photoinfo h2 {
    font-size: 12px;
    color: #333333;
}
#photoinfo #photodesc {
    font-size: 9px;
}
#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: 120px;
}

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


#gallery_container {
    background: url('/media/images/common/full-content-gallery.jpg') no-repeat;
    height: 472px;
    width: 831px;
    /*margin-left: 5px;*/
    margin: 0 auto;
    padding: 10px;
    padding-top: 25px;
}

#gallery_sidebar {
    padding-left: 10px;
    float: left;
    width: 110px;
}

#current_page {
    display: inline;
}

#max_pages {
    display: inline;
}

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

#galleries-top {
    background: url('/media/images/common/galleries-top.gif') top left no-repeat;
    width: 110px;
    /*height: 7px;*/
}

#galleries-center {
    background-color: rgb(183, 183, 183);
    /*padding: 1px 0;*/
    /*padding: 7px 0;*/
}

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

.gallery-name {
    text-align: center;
    background: url('/media/images/common/btn-gallery.gif') no-repeat;
    width: 78px;
    height: 19px;
    margin: 8px 0 0 15px;
    margin-left: 15px !important;
}
.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;
}

