body {
	background-color: #000;
	color: #fff;
}

#photographRight {
	position: absolute;
	top: 0px;
	right: 0px;
}

#caption {
	font-family: Georgia, Serif;
	font-size: 72px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 80px;
	left: 30px;
}

#menubar {
	position: absolute;
	top: 160px;
	left: 40px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: lightgrey;
}
a:hover {
	color: white;
}

#menubar a {
	font-size: 18px;
	margin-right: 15px;
}

#thumbnails {
	position: absolute;
	left: 40px;
	bottom: 30px;
}
#thumbnails img {
	cursor: pointer;
}

#sorek {
	position: absolute;
	bottom: 120px;
	left: 40px;
}

#sorek h1 {
	font-size: 18px;
	font-weight: bold;
}

#sorek #address {
	margin-top: -10px;
}

#sorek p {
	font-size: 13px;
}

#comingsoon {
	font-size: 50px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.opacity {
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
}

#copyright {
	position: absolute;
	left: 40px;
	bottom: 5px;
	font-size: 13px;
}


.imageviewer-background {
	background-color: black;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}
.imageviewer-image {
	z-index: 3;
	position: absolute;
	display: none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.imageviewer-border {
	z-index: 2;
	background-color: white;
	display: none;
	position: absolute;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
