body {
	width: 100%;
}

.gallery-top-container, .gallery-video-container {
    padding: 6px 0 6px 0;
    margin-bottom: 1px;
    text-align: center;
    background-color: #9db3da;
}

.gallery-video-container {
    background-color: #fff !important;
}


.gallery-top-container img {
    border: 1px solid #FFF;
}

.gallery-navigation {
    height: 27px;
    margin-bottom: 12px;
}

.gallery-previous, .gallery-next {
    float: left;
}

.gallery-previous {
    margin-right: 1px;
}

.gallery-previous a, .gallery-next a {
    display: block;
    width: 236px;
    height: 27px;
    line-height: 0;
    font-size: 0;
}

.gallery-previous a {
    background: #dfe7f5 url('../img/arrow_previous.gif') center center no-repeat;
}

.gallery-next a {
    background: #dfe7f5 url('../img/arrow_next.gif') center center no-repeat;
}

.gallery-thumbs-container {
    width: 100%;
}

.gallery-thumbs-container img {
    border: 1px solid #FFF;
}

.gallery-thumb {
    float: left;
    width: 103px;
    height: 113px;
    text-align: center;
}

.gallery-thumb a {
    float: left;
    border: 1px solid #fff4ab;
}

.gallery-thumb-spacer {
    float: left;
    width: 14px;
    height: 13px;
    line-height: 0;
    font-size: 0;
}

.gallery-spacer {
    float: left;
    width: 23px;
    height: 10px;
    
}

.gallery-prieview-thumbs {
    padding: 6px 0 20px 0;
}

.gallery-prieview-thumbs a img {
    border: 1px solid #fff4ab;
	margin-right: 10px;
}

.gallery-thumb-description-heading {
	margin-bottom: 4px;
}

