.pictureContainer {
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:center;
}

.pictureContainer .translucent {
	position:absolute;
	background:black;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	filter:alpha(opacity=90);
	opacity: 0.90;
	z-index:1;
}

.pictureContainer .arrowLeft, .pictureContainer .arrowRight {
	position:absolute;
	top:12px;
	z-index:2;
	border:none;
	margin:0px;
	padding:0px;
	cursor:pointer;
}

.pictureContainer .arrowLeft {
	right:50%;
	margin-right:10px;
}
.pictureContainer .arrowRight {
	left:50%;
	margin-left:10px;
}

.pictureContainer .filmstrip {
	/*position:absolute;*/
	position:relative;
	width:100%;
	top:50px;
	height:70px;
	margin-bottom:50px;
	z-index:2;
	/*border:1px solid white;*/
}

.pictureContainer .filmstrip img {
	padding:0px;
	/*display:inline;*/
	cursor:pointer;
	border:1px solid white;
	/*margin:0px 2px;*/
	
	position:absolute;
	top:5px;
	left:5px;
	
}

.pictureContainer .filmstrip img.active {
	border:2px solid blue;
	
}

.pictureContainer .mainImage {
	position:relative;
	z-index:2;
	margin-top:20px;
}

.pictureContainer .comment {
	position:relative;
	z-index:2;
	margin-top:10px;
}

.pictureContainer img.preload {
	position:absolute;
	visibility:hidden;
}
