@charset "UTF-8";
/* CSS Document */
div#content {
	padding: 0;
	margin: 0;
	width: 100%;
}
div#middle {
	background-color: #000;
	height: 500px;
	margin-top: 10px;
	width: 100%;
}

div#left_col {
	/* 410px width */
	padding-left: 10px;
	padding-right: 20px;
	width: 250px;
	height: 500px;
	float: left;
}

div#right_col {
	position: relative;
	float: left;
	width: 500px;
	height: 500px;
}

div#thumbs {
	padding-top: 20px;
}

#tblThumbs {
	margin-top: 20px;
}

#tblThumbs td {
	padding-bottom: 10px;
}

#tblThumbs td.left {
	padding-left: 20px;
	padding-right: 10px;
}

#tblThumbs img {
	border: 1px solid #C60;
	cursor: pointer;
}

img#loake {
	margin-top: 15px;
	margin-left: 10px;
}

.h-img {
	position: absolute;
	top: 120px;
	left: 10px;
	display: none;
}

.v-img {
	position: absolute;
	top: 0;
	left: 10px;
	display: none;
}

div#hiddenImages {
	display: none;
}

img#homeIcon {
	position: absolute;
	right: 0;
	top: 30px;
	cursor: pointer;
}