#LG_container{
	border:none;
	visibility:hidden;
	position:absolute;
	/*width:1070px;
	height:713px;*/
	top:0;
	left:0;
	padding:0;
	z-index:200000;
	opacity:1;
	background-color:#ffffff;
	background-position:center;
	background-repeat:no-repeat;
		border-radius:5px;  
			-webkit-border-radius:5px; 
			-moz-border-radius:5px;  
			-khtml-border-radius:5px;
}
		
	/* ����� �� 600px */
	
		@media all and (max-width: 600px) {
			#LG_container{
				border:none;
				visibility:hidden;
				position:absolute;
				width:1070px;
				height:1300px;
				top:200px;
				left:0;
				padding:0;
				z-index:200000;
				opacity:1;
				background-color:#ffffff;
				background-position:center;
				background-repeat:no-repeat;
					border-radius:5px;  
						-webkit-border-radius:5px; 
						-moz-border-radius:5px;  
						-khtml-border-radius:5px; 
				overflow:hidden;
			}	
		}
		
#LG_loading {
	background:url(load.png) no-repeat center;
	display:none;
	position:absolute;
	width:64px;
	height:64px;
	top:50%;
	left:50%;
	margin:-32px 0 0 -32px;
}

#LG_prevLink,#LG_nextLink{
	width:30px;
	height:30px;
	cursor:pointer;
	position:absolute;
	display:block;
	top:0;
	opacity:1;
	filter:alpha(opacity=1);
	z-index:200002;
}
#LG_prevLink{
	left:10px;
	background:url(left.png) no-repeat left center
}
#LG_nextLink{
	right:10px;
	background:url(right.png) no-repeat right center
}

			#LG_imgIndex{
				float:left;
				margin-left:16px;
				color:#252525;
				height:32px;
				line-height:32px;
				display:none;
			}
			#LG_titleBar{
				display:none;
				color:#252525;
				height:30px;
				line-height:36px;
				overflow:hidden;
				text-align:center;
			}
			#LG_overlay{
				position:absolute;
				top:0;
				left:0;
				z-index:190000;
				width:100%;
				height:100%;
				display:none;
				opacity:0;
				filter:Alpha(opacity=0);
			}
#LG_pic{display:none; margin:0 auto;}
		
	/* ����� �� 600px */
	
		@media all and (max-width: 600px) {
			#LG_pic{display:block; width:auto; height:480px; margin:0 auto;}	
		}
		
#LG_zoomIn, #LG_zoomOut, #LG_zoomNormal, #LG_fitScreen, #LG_zoom_disabled{
	width:32px;
	height:32px;
	margin:0;
	float:left;
	cursor:pointer;
	display:none;
}

#LG_closeBtn{
	position:absolute;
	top:0;
	right:-30px;
    background:url(close.png) no-repeat center;
	width:18px;
	height:18px;
	margin:0;
	cursor:pointer;
	z-index:200001;
}

#LG_closeBtn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#LG_closeBtn:hover, #LG_closeBtn:not(:hover) {
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    -ms-transition: All 0.2s ease;
    transition: All 0.2s ease;
}