#div-picture-border{
	position: absolute;
	top: 40px;
	left: 0;
	width: 1;
	height: 1;
	z-index: 100;
	text-align: center;
	background:transparent;
	display:none;
}
#div-picture{
/*	margin:0px 15px 15px 15px;
	width: 400;
	height: 489;
	background:transparent;*/
}
	
#div-picture-fullscreen{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	display:none;
	}
#div-picture-btn{
	background:transparent;
	height:20px;
	cursor:pointer;
	text-align:right;
	width:inherit;
}
