#experiment {
	position: absolute;
	width: 0px;
	height: 0px;
	top: -1000px;
	left: -1000px;
	z-index: 2;
}

#blackScreen {
	position: absolute;
	background-image: url(pictureback.png);
	background-position: center center;
	background-repeat: repeat;
	width: 0px;
	height: 0px;
	top: -1000px;
	left: -1000px;
	z-index: 1;
}

#pictureToEnlarge {
	position: absolute;
	top: -100000px;
	left: -100000px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

#pictureClose {
	position: absolute;
	width: 0px;
	height: 0px;
	top: -1000px;
	left: -1000px;
	text-transform: capitalize;
}

#experimentTable {
	width: 0px;
	height: 0px;
	background-color: white;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px
}

#loadingProgress {
	position: absolute;
	width: 0px;
	height: 0px;
	top: -1000px;
	left: -1000px;
	text-transform: capitalize;
	font-family: "Helvetica", "Tahoma";
	font-size: 16px;
	text-decoration: none;
	color: gray;
	z-index: 10;
}

#previousPicture {
	cursor: pointer;
	background-image: url(previous.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -100000px;
	left: -100000px;
	border:none;
	width: 7px;
	height: 14px;
	z-index: 10;
}

#previousPicture:hover {
	cursor: pointer;
	background-image: url(previous_hover.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -100000px;
	left: -100000px;
	border:none;
	width: 7px;
	height: 14px;
	z-index: 10;
}

#nextPicture {
	cursor: pointer;
	background-image: url(next.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -100000px;
	left: -100000px;
	border:none;
	width: 7px;
	height: 14px;
	z-index: 10;
}

#nextPicture:hover {
	cursor: pointer;
	background-image: url(next_hover.png);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: -100000px;
	left: -100000px;
	border:none;
	width: 7px;
	height: 14px;
	z-index: 10;
}

a.c_pictureClose {
	font-family: "Helvetica", "Tahoma";
	font-size: 12px;
	text-decoration: none;
	color: gray;
}

a.c_pictureClose:hover {
	font-family: "Helvetica", "Tahoma";
	font-size: 12px;
	text-decoration: none;
	color: black;
	cursor: pointer;
}

#experimentTable {
	width: 0px;
	height: 0px;
	background-color: white;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px
}

img.enlargePicture {
	cursor: pointer;
	opacity: 0.9; /* - поддерживается Firefox'ом и Оперой (CSS3 spec)*/
	-moz-opacity: 0.9; /* - для поддержки Firefox ниже 1.5 версии и Мозиллы*/
	filter: alpha(opacity=90); /*IE*/
}

img.enlargePicture:hover {
	cursor: pointer;
	opacity: 1; /* - поддерживается Firefox'ом и Оперой (CSS3 spec)*/
	-moz-opacity: 1; /* - для поддержки Firefox ниже 1.5 версии и Мозиллы*/
	filter: alpha(opacity=100); /*IE*/
}