#image-sec {
	position: fixed;
	top:    0;
	left:   0;
	right:  0;
	bottom: 0;
	color:  white;
	background-color: rgba(0,0,0,.9);
}

img.image-canvas {
	position: fixed;
}

#image-controls {
	position: fixed;
	right: 5px;
	top: 5px;
}

#clipper {
	position: absolute;
	overflow: hidden;
}




