
.board_gallery_viewer_overlay {
	display:none;
    /*
	transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
    */
	opacity:0.9;
	background:#000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
    -webkit-backface-visibility: hidden;
	z-index:9999;
}

.board_gallery_viewer {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:10000;
}

.board_gallery_viewer img {
	/*width:80%;*/
}
.board_gallery_viewer .btn_comm,
.gallery_viewer_description .btn_comm {
    background-color:transparent;
}
.gallery_viewer_close {
	text-align:right;
	padding:20px 40px 0 0;
}
.gallery_viewer_wrap {
    position: absolute;
    top: 62px;
    bottom: 62px;
    width: 100%;
}

.btn_close {
	margin-right:10px;
	width:42px;
	height:42px;
	text-indent:-9999px;
	background:url(../skin/images/viewer_icon2.png) 0 0 no-repeat;
}

.btn_play {
	width:42px;
	height:42px;
	text-indent:-9999px;
	background:url(../skin/images/viewer_icon2.png) 0 -43px no-repeat;
}

.btn_stop {
	background:url(../skin/images/viewer_icon2.png) 0 -86px no-repeat;
}

.btn_prev {
	position:absolute;
	display:block;
	width:30px;
	height:45px;
	top:50%;
	margin-top:-19px;
	left:30px;
	text-indent:-9999px;
	text-align:center;
	background:url(../skin/images/viewer_arr.png) 0 center no-repeat;
}

.btn_next {
	position:absolute;
	display:block;
	width:30px;
	height:45px;
	top:50%;
	margin-top:-19px;
	right:30px;
	text-indent:-9999px;
	text-align:center;
	background:url(../skin/images/viewer_arr.png) -45px center no-repeat;
}

.gallery_viewer_description {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:10;
	padding:20px 0;
	background:rgba(0,0,0,0.7);
}

.gallery_viewer_description h3 {
	display:inline-block;
	color:#fff;
	font-size:17px;
	width:60%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
    cursor:pointer;
}
.gallery_viewer_description h3:hover {
	text-decoration:underline;
}

.gallery_btn_group {
	position:absolute;
	margin-right:40px;
	top:10px;
	right:0;
}

.btn_info_more {
	margin-right:10px;
	width:42px;
	height:42px;
	text-indent:-9999px;
	background:url(../skin/images/viewer_icon2.png) 0 -176px no-repeat;
}

.btn_original {
	margin-right:10px;
	width:42px;
	height:42px;
	text-indent:-9999px;
	background:url(../skin/images/viewer_icon2.png) 0 -131px no-repeat;
}



/* loadmore :start */

.loadmore {
	text-indent:-9999px;
    width:32px;
    height:32px;
    position:absolute;
    /*display:inline-block;*/
    margin:0 auto;
	background:url(../skin/images/loadmore.gif) center center no-repeat;
}

/* loadmore :end */









/***** Mediaquery:Start *****/

/* Large Desktop:Start */
@media screen and (min-width:1200px) {


}
/* Large Desktop:End */


/* Desktop:Start */
@media screen and (min-width:992px) and (max-width:1199px) {


}
/* Desktop:End */


/* Tablet:Start */
@media screen and (min-width:768px) and (max-width:991px) {

	.gallery_viewer_close {
		text-align:right;
		padding:20px 20px 0 0;
	}

	.gallery_btn_group {
		margin-right:20px;
	}

	.gallery_viewer_nav {
		display:none;
	}
    .gallery_viewer_wrap {
        padding:0;
    }
}
/* Tablet:End */



/* Mobile:Start */
@media screen and (max-width:768px) {

    .board_gallery_viewer {
        /*overflow:hidden;*/
        bottom:46px;
        height:auto;
    }

	.board_gallery_viewer img {
		/*width:90%;*/
	}

/*	.gallery_viewer_close {*/
/*		text-align:right;*/
/*		padding:10px 10px 0 0;*/
/*        display:none;*/
/*	}*/

	.gallery_viewer_close {
		position:absolute;
		right:0;
		z-index:10;
		padding:20px 20px 0 0;
	}

	.gallery_viewer_nav {
		display:none;
	}

    .gallery_viewer_wrap {
        padding:0;
        top:0;
        bottom:0;
    }
	.gallery_btn_group {
		margin-right:10px;
	}

	.btn_close,
	.btn_play,
	.btn_info_more,
	.btn_original {
		width:30px;
		height:30px;
		background-size:100%;
	}

	.btn_close {
		background-position:0 -1px;
		margin-right:0;
	}

	.btn_play {
		display:none;
	}

	.gallery_viewer_description {
		padding:15px 0;
        position:fixed;
        width:100%;
        left:0;
        bottom:0;
        z-index:10003;
	    text-align:left;
	}

	.gallery_viewer_description h3 {
		float:left;
		width:65%;
		margin-left:10px;
		font-size:14px;
	}

	.gallery_btn_group {
		margin-right:0;
	}

	.btn_info_more {
		background-position:0 -128px
	}

	.btn_original {
		background-position:0 -95px
	}


}


@media screen and (max-width:500px) {


}
/* Mobile:End */

/***** Mediaquery:End *****/


@media all and (-webkit-min-device-pixel-ratio: 2) {

	.btn_close,
	.btn_info_more,
	.btn_original {
		width:30px;
		height:30px;
		background-size:100%;
		background-image:url(../skin/images/viewer_icon2@2x.png);
		background-repeat:no-repeat;
	}

	.btn_close {
		 background-position:0 0;
	}

	.btn_info_more {
		 background-position:0 -128px;
	}

	.btn_original {
		 background-position:0 -95px;
	}

}