@charset "utf-8";

#gallery {
    margin-top: 0px;
}


.gBox1 {
    margin: 1px;
	background-color:#ffffff;
    border: 1px solid #cccccc;
    width: 110px;
    height: 110px;
    float: left;
    position: relative;
    display: table;
    overflow:hidden;
    text-align:center;
}
.gBox2 {
    width: 110px;
    height: 110px;
    text-align:center;
}
#gallery a:hover, #gallery a:active, #gallery a:focus {
    border: 0 none;

}


#gallery a img {
    border: 0 none;
    margin: 0;
    padding: 0;
}


.gBox1:hover {
	background-color:#eeeeee;
	border: 1px solid #888888;

}

.gallery_navi_left {
    text-align: left;
    width: 35%;
    float:left;
    margin-bottom: 10px;
}
.gallery_navi_center{
    float: left;
    color: #888888;
    text-align: center;
    width: 30%;
    margin-bottom: 10px;

}
.gallery_navi_right {
    text-align: right;
    float: left;
    width: 35%;
    margin-bottom: 10px;
}
#gallery_count {
    margin-top: -15px;
    margin-bottom: 5px;
    color: #888888;
    text-align: right;
    padding-right: 5px;
	z-index:3;
}
.gallery_navi_bottom {
    margin-top: 15px;
	width: 100%;
	float: left;
}
.gallery_navi_top {
    margin-top: 15px;
	width: 100%;
}
