.picviewer_window {
	z-index: 999;
	position: fixed;     
	background-color: rgba(0, 0, 0, .75);
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 1084px;  
}

.picviewer_window_shade{
	z-index: 999;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity:0.7; -webkit-opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70);
}

.picviewer_topic_cancel{
	position: absolute;
	right: 10px;
	top: 10px;    
	width: 18px;
	height: 18px;
	background-image: url('picviewer_close.png');
	background-repeat: no-repeat;  
	background-position: left top;
	cursor:pointer;
	z-index: 1;
}
.picviewer_topic_cancel:hover{
	background-position: left -18px;
}

.picviewer_content {
	display: table;
	width: 100%;
	height: 100%;
}



/* Pic viewer */
#ps_main { 
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center; 
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
}
#ps_content { width: 100%; }
#ps_prev { left: 10px; background-position:left top; }
#ps_next { right: 10px; background-position:right top; }
#ps_prev, #ps_next { position: absolute; top: 50%; margin-top: -47px; width: 30px; height: 94px; background-image: url('picslider_arrows.png'); background-repeat: no-repeat; }
#ps_prev:hover { background-position:left -94px; }
#ps_next:hover { background-position:right -94px; }
.ps_prev_click, .ps_next_click { cursor: pointer; }
#ps_dots { position: absolute; bottom: 50px; width: 100%; }
#ps_dots div { display: inline-block; width: 16px; height: 16px; margin-left: 5px; background-image: url('picslider_bullets.png'); background-repeat: no-repeat; background-position:left 0px; cursor: pointer; }
.ps_dots_active { background-position:left -16px !important; }
#ps_content img { max-width: 100%; max-height: 710px; }