div#galleryWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 400px;
	overflow: hidden;
	/*border: 1px solid #ccc;*/
}

div#gallerySliderLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	/*width: auto;*/
	height: 800px;
}

div.galleryItemClass {
	position: relative;
	/*left: 0px;*/
	float: left;
	width: 400px;
	height: auto;
	margin-right: 10px;
}

div#pictSupersizeLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: auto;
	border-bottom: 50px solid #fff;
	z-index: 100;
	display: none;
}

