.zv_wrapper {
	background: rgb(191, 191, 191); left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 1000;
}
.zv_viewer {
	top: 44px; width: 100%; bottom: 0px; overflow: hidden; position: fixed;
}
.zv_loading {
	left: 50%; top: 50%; text-align: center; margin-top: -12px; margin-left: -80px; position: fixed; z-index: 100;
}
.zv_header {
	background: rgb(255, 255, 255); height: 44px; box-shadow: 0px 1px 1px #999;
}
.zv_header_wrapper {
	margin: 0px auto; width: 840px;
}
.zv_header h1 {
	margin: 0px; height: 44px; line-height: 44px; font-size: 16px; float: left;
}
.zv_control {
	margin: 10px; float: right;
}
.zv_btn {
	border: 1px solid rgb(183, 183, 183); border-image: none; width: 38px; height: 22px; margin-left: 1px; float: left; cursor: pointer;
}
.zv_prev {
	border-radius: 4px 0px 0px 4px;
}
.zv_prev:hover {
	
}
.zv_next {
	margin: 0px 5px 0px -1px; border-radius: 0px 4px 4px 0px;
}
.zv_next:hover {
	
}
.zv_zoom_in {
	border-radius: 4px 0px 0px 4px;
}
.zv_zoom_in:hover {
	
}
.zv_zoom_out {
	margin: 0px 5px 0px -1px; border-radius: 0px 4px 4px 0px;
}
.zv_zoom_out:hover {
	
}
.zv_zoom_zero {
	border-radius: 4px 0px 0px 4px;
}
.zv_zoom_zero:hover {
	
}
.zv_zoom_fit {
	margin: 0px 5px 0px -1px; border-radius: 0px 4px 4px 0px;
}
.zv_zoom_fit:hover {
	
}
.zv_zoom_status {
	width: 60px; text-align: center; color: rgb(0, 0, 0); line-height: 22px;
}
.zv_rotate_left {
	border-radius: 4px 0px 0px 4px;
}
.zv_rotate_left:hover {
	
}
.zv_rotate_right {
	margin: 0px 5px 0px -1px; border-radius: 0px 4px 4px 0px;
}
.zv_rotate_right:hover {
	
}
.zv_control .zv_button:active {
	box-shadow: inset 0px 4px 12px rgba(0,0,0,0.3);
}
.zvp_wrapper {
	left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 1000;
}
.zvp_mask {
	background: rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; opacity: 0.7; -webkit-opacity: 0.7; -moz-opacity: 0.7;
}
.zvp_viewer {
	top: 0px; width: 100%; bottom: 0px; overflow: hidden; position: fixed;
}
.zvp_control {
	padding: 5px; border-radius: 5px; width: 24px; right: 10px; bottom: 10px; clear: both; position: absolute; z-index: 20; background-color: rgba(0, 0, 0, 0.55);
}
.zvp_btn {
	border-radius: 2px; width: 24px; height: 24px; float: left; background-image: url("../img/image-viewer.png"); background-repeat: no-repeat; background-color: rgba(255, 255, 255, 0.9);
}
.zvp_btn:hover {
	background-color: rgba(255, 255, 255, 0.7);
}
.zvp_btn:active {
	background-color: rgba(255, 255, 255, 0.4);
}
.zvp_zoom_in {
	background-position: -71px 5px;
}
.zvp_zoom_out {
	background-position: -110px 5px;
}
.zvp_rotate_left {
	background-position: -159px 5px;
}
.zvp_rotate_right {
	background-position: -198px 5px;
}
.zvp_nav {
	width: 50%; height: 100%; display: none; position: absolute; z-index: 30;
}
.zvp_prev {
	background: url("../img/nav_prev.png") no-repeat left; left: 80px;
}
.zvp_next {
	background: url("../img/nav_next.png") no-repeat right; right: 80px;
}
.zvp_page_wrapper {
	background: rgb(0, 0, 0); padding: 5px; border-radius: 5px; width: 150px; text-align: center; right: 300px; bottom: 20px; color: white; font-size: 16px; display: none; position: absolute; z-index: 25; opacity: 0.5;
}
.zvp_close {
	background-position: -313px -13px; border-radius: 50%; border: 6px solid rgba(0, 0, 0, 0.55); border-image: none; top: 6px; width: 24px; height: 24px; right: 6px; position: absolute; z-index: 30; background-image: url("../img/icons.png"); background-repeat: no-repeat; background-clip: padding-box; background-color: rgba(255, 255, 255, 0.9); -webkit-background-clip: padding-box;
}
.zvp_close:hover {
	background-color: rgba(255, 255, 255, 0.7);
}
.zvp_close:active {
	background-color: rgba(255, 255, 255, 0.4);
}
