/*************************************************************/
/**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.  But overridden by IE fixes.css */
.hover_popup a:hover .preview {
	display: block;
	position: absolute;
	top: 75px;
	left: -450px;
	z-index: 1;
}

/* Small image inner border properties */
.hover_popup img {
	background: #fff;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 100px;
	height: 100px;
	border: 1px solid #CCCCCC;
}

/* Large image outer border properties */
.hover_popup li {
	background: #eee;
	color: #000000;
	display: inline;
	float: left;
	margin: 1px;
	padding: 5px;
	position: relative;
	border: 1px solid #999999;
}

/* Large image properties */
.hover_popup .preview { 
	border-color: #000;
	width: 450px;
	height: 400px;
}

 /*Thumbnail div */
#thumbnail {
	position: absolute;
	left: 605px;
	top: 310px;
	width: 334px;
	height: 534px;
	z-index: 1;
	padding: 10px;
	border: thin solid #000;
	background-color: #CC6633;
}
