@CHARSET "UTF-8";

.body_bg {
    padding-bottom: 10px;
}

.clearFix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

#gallery {
	postition: relative;
    margin-left: 59px;
    width: 900px;
    padding-left: 25px;
}

.image-area {
	position: relative;
    float: left;
    margin: 10px 10px 20px 10px;
	width: 260px;
    height: 295px;
}



.image-box {
    width: 270px;
    height: 270px;
    text-align: center;
    border: 1px solid #495E25;
    background: #3B5E24;
}

 

.image-box a img {
    border: solid 1px #fff;
}

.image-desc {
    font-size: 14px;
    padding: 3px;
}

/*
 * Pagination
 */
.pagination {
    position: relative;
    font-size: 12px;
    font-weight: normal !important;
    text-align: center !important;
}   

.pagination a {
    font-weight: normal !important;		
}

.pagination-info {
    position: absolute;
    right: 100px;
    top: 0;
}

.page-number, .current-page .control, control-disable {
    padding: 2px;
}   

.current-page {
    color: #3B5E24;
    font-weight: bold;
}

.control-disable {
    visibility: hidden;
}