

.navBox {
	float: left;
	background: #4d4848;
	width: 190px;
	height: 645px;
	padding: 10px;
	border: 1px solid #000000;
}

.navBoxPad {
	background: #8a8585;
	width: 170px;
	height: 625px;
	border: 1px solid #000000;
	padding: 10px;
	overflow: hidden;
}

.navBoxPad ul li {
}

.mainContainer {
	float: right;
	background: #4d4848;
	width: 665px;
	height: 665px;
	border: 1px solid #000000;
	position: relative;
}

.mainContainerPad {
	background: #8a8585;
	width: 625px;
	height: 625px;
	border: 1px solid #000000;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
}

.mainImage {
	width: 625px;
	height: 625px;
	background: #e1e1e1;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 3;
}

.mainImageOverlay {
	width: 585px;
	background: #e1e1e1;
	position: absolute;
	top: 48%;
	left: 10px;
	z-index: 4;
	opacity: 0.5;
	padding: 20px;
}

.mainImageOverlay:hover {
}

.imageScreen {
	width: 625px;
	height: 625px;
	background: transparent;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 6;
}


.topLeft {
	background: transparent;
	background-image: url('/images/top-left.png');
	position: absolute;
	top: 10px;
	left: 10px;
	height: 180px;
	width: 180px;
	z-index: 5;
}

.bottomRight {
	background: transparent;
	background-image: url('/images/bottom-right.png');
	position: absolute;
	top: 475px;
	left: 475px;
	height: 180px;
	width: 180px;
	z-index: 5;
}

.imageLayer {
	width: 170px;
	height: 170px;
	background: #e1e1e1;
	margin-bottom: 10px;
}

.socialContainer {
	padding-top: 10px;
	float: right;
	width: 665px;
}

.socialContainer a {
	font-weight: bold;
	text-decoration: none;
}


.thumbnail {
}

.thumbnailPad {
}

.thumbnailList li {
	display: block;
	float: left;
	list-style: none;
	padding: 5px;
	height: 168px;
	width: 168px;
	background-image: url('/images/thumbnail_back.jpg');
	background-repeat: no-repeat;
}




