div#polaroid-container {
	float:left;
	height:357px;
	margin-top:50px;
	min-width:528px;
	overflow:hidden;
	position:absolute;
	right:0;
	width:100%;;
	z-index:1;
}

.draggable {
	position: absolute;
	cursor: pointer;
	left:50%;
}

a.draggable {
	cursor: url(http://www.webserver.bplaced.de/snippets/projects/showroom/images/cursor/drag.gif), default;
}

a.draggable:active {
	cursor: url(http://www.webserver.bplaced.de/snippets/projects/showroom/images/cursor/drag-active.gif), default;
}

div#zoomContainer {
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
	z-index: 999;
	overflow: hidden;
}

	div#zoomOverlay {
		width: 100%; height: 100%;
		background: #000; 
		filter:alpha(opacity=45);
		-moz-opacity:0.45;
		-khtml-opacity: 0.45;
		opacity: 0.45;
	}
	
	img#zoomImage {
		position: absolute;
		left: 50%; top: 50%;
		border: 4px solid #fff; background: #fff;
		max-width: 90%; max-height: 90%;
		-moz-box-shadow: 0px 0px 7px #212121;
	}
	
	div#zoomClose {
		width:30px;
		height:30px;
		display:block;
		background:url(../images/fancybox/fancy_close.png) 0 0 no-repeat;
		position:absolute;
		z-index:200;
		top:50%;
		left:50%;
		margin:-216px 0 0 287px;
		overflow:hidden;
		text-indent:-5000px;
	}
	
