.viewer{
	z-index: 1000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	text-align: center;
}
.viewer_image{
	position: relative;
	top: 50px;
	background-color: #ffffff !important;
	padding: 0;
	margin: 0 auto;
}
.viewer_image img{
	margin: 35px 15px 25px 15px;
	border: none;
}
.viewer_image .title{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 7px 0 0 0;
	text-align: center;
}
.viewer_image .title img{
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
}
.viewer_image .title span{
	vertical-align: middle;
	margin: 0 10px 0 10px;
	color: #959595;
}
.viewer_image .close{
	display: block;
	position: absolute;
	top: 7px;
	right: 15px;
	cursor: pointer;
	margin: 0;
}
.viewer_image .loading{
	position: relative;
	top: 30%;
	margin: 0 auto;
}
.viewer_cover{
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
