#div-picture{
	position: absolute;
	top:0px;
	left: 0px;
	width: 1px;
	height: 1px;
	z-index: 1;
	text-align: center;
	background:#fff;
	display:none;
}
	
#div-picture-fullscreen{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 300px;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	display:none;
	}
#div-picture-btn{
	background:#fff;
	height:20px;
	cursor:pointer;
	text-align:left;
	width:100%;
	display:none;
}

