.pic-description{
	display:none;
	width:100%;	
	overflow:hidden;
}
#jpopup div.popup-middle{
	/*width:666px;*/
	padding:15px;
	overflow:hidden;
	border:1px solid #968b7b;
	background:#382304;
}
#jpopup div.popup-middle div.image-popup{
	/*float:right;*/
	margin:0;
	padding:0 0 10px;
	overflow:hidden;
}
#jpopup div.popup-middle div.image-popup img{
	display:block;
/*	max-width:335px;*/
}
#jpopup div.popup-middle  p{
	margin:0;
	padding:0 0 15px;
	font-size:11px; 
	line-height:14px;
	color:#fff;
	font-weight:normal;
}
#jpopup{
	/*width:699px;*/
	padding:12px;
	background:#fff;
	position:absolute;
	left:30% !important;
	top:0;
	border:1px solid #000;
	background:#eee;
	padding:20px;
	display:none;
}
#jpopup h3{
	margin:0;
}
#jpopup a.close{ 
	width:79px;
	height:27px;
	display:none;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	right:-1px;
	bottom:-40px;	
	display:block;
	cursor:pointer;	
	background:url(../img/bg-close.png) no-repeat 0 0;	
}

#jshadow { 
	padding:0;margin:0;
	position:fixed; 
	top:0px; 
	left:0px; 
	height:100%; 
	width:100%;
	background:#000;
	display:none;
}
/* IE6 HACK */
* html #jshadow { 
	position:absolute;
	height:expression((document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.documentElement.clientHeight > document.body.offsetHeight ? document.documentElement.clientHeight : document.body.offsetHeight) + 'px'); 
}
.documentElement.clientHeight : document.body.offsetHeight) + 'px'); 
}

