/*** Popup larger image when mouse hovers on its thumbnail ***/
/*----------------------------------------------------------*/

.hover_popup {
	cursor: default;
	list-style: none;
}

.hover_popup a {
	cursor: default;
}

.hover_popup a .preview {
	display: none;
}

/* position of large image on hover */
.hover_popup a:hover .preview {
	display: block;
	position: absolute;
	top: -285px;
	left: 200px;
	z-index: 1;
}

/* thumbnail image and inner border properties */
.hover_popup img {
	color: inherit;
	padding: 6px;
	vertical-align: top;
	width: 200px;
	height: 150px;
	border: 0px solid #CCCCCC;
	background-color: #EFD2A6;
}

/* Large image outer border properties */
.hover_popup li {
	
	display: inline;
	float: left;
	margin: 0px;
	padding: 4px;
	position: relative;
	width: 810px;
}

/* Large image properties */
.hover_popup .preview { 
	Border: 1px solid;
	border-color: #000;
	width: 400px;
	height: 270px;
}

#thumbnail {
	position: absolute;
	left: 55px;
	top: 852px;
	width: 815px;
	height: 190px;
	z-index: 1;
}
