 body{
	background: black;

}
.smallImg{
	width: 100px;
	height: 75px;
	border: 0px;
	margin: 0px;
	padding :0px;
	float: left;
}
#fullScreenContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: black;
	visibility: hidden;
	z-index: 10;
	text-align: center;
	padding:0px;
}
#map{

	width: 500px; 
	height: 600px; 
	float:left; 
	border: solid 1px white;
}
#imgDesc{
	font-family: arial;
	color: white;
}
#imgBig{
	width: 500px;
	height: 375px;
	vertical-align: 30%;
	border: solid 1px white;
}
#imgBigBig{
	width: 800px;
	height: 600px;
	border: 0px;
	padding:10px;
}
#imgContainer{
	float: left;
	width: 550px;
	heigth: 550px;
	text-align:center;
}
#thumbContainer{
	width: 500px;
	margin-top: 102px;
	border: solid 1px white;
}