.gallery {
    margin: -13px -10px 0;
    position: relative;
}
#gallery-bx .img {
	text-align: center;
}

#gallery-bx .img a {
    display: inline-block;
    padding: 5px;
    background: #F4F4F4;
    border-bottom: 1px solid #CCC;
}
.img-title {
    font-weight: bold;
    padding: 10px 0;
}
.img-comment {
    font-size: 11px;
    line-height: 1.3;
    color: #5D5D5D;
    text-align: left;
}
.gallery .img a:hover {
	border-color: #999;
}

.gallery img {
	border: none;
	vertical-align: bottom;
}

.gallery .pagenavigation {
	height: 50px;
}

.gallery .prevpage a, .gallery .prevpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0;
	text-indent: -1000px;
	background: url(../../images/previous.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .nextpage a, .gallery .nextpage em {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	margin: 0 6px 0 0;
	text-indent: -1000px;
	background: url(../../images/next.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .parentlink a {
	display: block;
	width: 50px;
	height: 39px;
	float: left;
	text-indent: -1000px;
	background: url(../../images/uppage.png) transparent no-repeat 0 0;
	overflow: hidden;
}

.gallery .pagenavigation a:hover {
	background-position: 0 -40px;
}

.gallery .prevpage em, .gallery .nextpage em {
	background-position: 0 -80px;
}

.gallery .pagelinks {
	float: right;
	border-right: 2px solid #666;
}

.gallery .pagelinks a, .gallery .pagelinks em {
	margin-top: 6px;
	padding: 0 6px;
	border-left: 2px solid #666;
	text-align: center;
	font: bold 11px verdana; color: #666;
}

.gallery .pagelinks em {
	color: #000;
}

.galleryclear {
	clear: both;
}
.gallery .bx-controls {
    position: absolute;
    top: -30px;
    right: 15px;
}
.gallery .bx-controls a {
    display: inline-block;
    padding: 2px 5px 5px;
    margin-left: 10px;
    background: #fafafa;
}
.gallery .bx-controls a:hover {
    background: #fdeee0;
}