.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: 50px 15px 25px 15px;
}
.Viewer_image .Close{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 7px 15px 0px 0px;
}
.Viewer_image .Prev{
	position: absolute;
	top: 0px;
	right: 50%;
	padding: 7px 10px 0px 0px;
}
.Viewer_image .Next{
	position: absolute;
	top: 0px;
	left: 50%;
	padding: 7px 0px 0px 10px;
}

.Viewer_image .Text {
position:absolute;
left: 20 px;
color:#b7151b;
top:30 px;
font-size:12px;
z-index:1010;
}

.Viewer_image .Close img,.Viewer_image .Prev img,.Viewer_image .Next img{
	cursor: pointer;
	margin: 0;
}
.Viewer_image .Loading{
	position: relative;
	top: 50%;
	margin: 0 auto;
	#height:17px;
	#width:120px;
}
.Viewer_cover{
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

