html {
	background: url(../images/background/background_naturascultorica.jpg) no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-khtml-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

div#square1 {
	top: 15%;
	left: 10%;
	bottom: 20%;
}

div.square {
	position: absolute;
	width: 250px;
	height: 250px;
	background-color: #FFF;
	background-size: 100%;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	text-align: center;
	line-height: 250px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	box-shadow: 5px 5px 5px #333333;
}

div.square:hover {
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

div.square img {
	width: 250px;
}

div#square2 {
	top: 20%;
	right: 5%;
}

div#square3 {
	bottom: 25%;
	right: 25%;
}

div#fsimgcontainerOuter {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	background-color: #000;
	display: none;
	zIndex: 1;
}

div#fsimgcontainerInner {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-khtml-background-size: contain;
	-o-background-size: contain;
	display: none;
	text-align: center;
	width: 100%;
	height: 100%;
	zIndex: 2;
}

img#fsimg {
	max-width: 100%;
	max-height: 100%;
}

div.gallery_button {
	width: 50px;
	height: 80px;
	background-color: #222;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity = 90);
	position: absolute;
}

div.gallery_button:hover {
	background-color: #555;
}

#gallery_prev {
	background-image: url(../images/all/button_prev.png);
	left: 0;
	top: 45%;
}

#gallery_next {
	background-image: url(../images/all/button_next.png);
	right: 0;
	top: 45%;
}

#gallery_exit {
	background-image: url(../images/all/button_exit.png);
	right: 0;
	top: 0;
}
