.gallery-thumb {
    background-color: white;
    float: left;
    height: 80px;
    width:120px;
    margin-left: 0px;
    margin-right: 13px;
    vertical-align: middle;
}

#photo-view {
    width: 730px;
    height: 587px;
}

#photoinfo h2 {
    font-size: 12px;
    color: #333333;
    padding: 10px 0;
    font-style: normal;
}
#photoinfo #photodesc {
    font-size: 9px;
    color: #595959;
}
#thumbnails {
    overflow: hidden;
    width: 665px;
    height: 80px;
    position: relative;
}

#thumbcontainer {
    position: relative;
}

#photobox {
    height:545px;
    margin-top:10px;
    padding:0;
    position:relative;
    width:730px;
}
#gallery_content {
    margin-bottom:30px;
    border-left:1px solid #e5e5e5;
    float:left;
    padding:0 0 0 30px;
    width:790px;
}

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

#content {
    text-align: center;
}
#gallery_container {
    /*height: 472px;*/
    width: 970px;
    margin: 0 auto;
    padding:30px 10px 10px;
    text-align: left;
}


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

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

#galleries-center {
}

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

.gallery-name {
    height:34px;
    border-top:1px solid #e5e5e5;
    line-height:34px;
    text-align:left;
    vertical-align:middle;
}
.gallery-name.first {
    margin-top: 0px;
}

.gallery-name a {
    color: #686868;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left:5px;
    display: block;
}

.gallery-name a:hover, .gallery-name.selected a {
    background-color:#F9F9F9;
}

#gallery_sidebar h3 {
    text-align: center;
}

#gallery_submit_photos_link {
    font-size: 9px;
    margin-left: 30px;
    margin-top: 30px;
}
#fullscreen a img {
    border: 0;
}
.featured_photo {
    float:left;
    height:150px;
    width:150px;
    overflow:hidden;
    border-bottom:1px solid white;
    border-left:1px solid white;
    border-top:0px solid white;
}
.gallery_title {
    float:none;
    display:block;
    margin:0 0 15px 0;
    clear:left;
}
.gallery_title.top {
    clear:none;
    height:20px;
}
.featured_photo.first {
    float:left;
    height:318px;
    /*width:412px;*/
    width:487px;
    overflow:hidden;
}
#left_btn {
    cursor:pointer;
}
#right_btn {
    cursor:pointer;
}

