.wp-gallery{
	width: 740px;
	height: 870px;
	/*background-color: red;*/
	float: left;
	margin-left: 80px;
	overflow-y: auto;
}

.img-gallery{
	width: 200px;
	height: 200px;
	float: left;
	border: 5px solid #0681c6;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.img-gallery:hover{
	border-color: #da251c;
	cursor: pointer;
}

.ui-click-gall{
	width: 200px;
	height: 200px;
	opacity: .8;
	background-color: #222;
	color: #fff;

	line-height: 200px;
	text-align: center;
	display: none;

}

.img-gallery:hover .ui-click-gall{
	display: block;
}

.ui-click-gall .g_text{
	float: left;
	width: 100%;
	height: auto;
	font-family: CGFont;
	font-size: 11px;

}
.ui-pop-up-gall{
	width: 700px;
	height: 500px;
	background: transparent;
	z-index: 1111;
	position: absolute;
	margin: auto;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	border-radius: 5px;
}

.ui-pop-up-gall img{
	width: 700px;
	height: auto;
}