/*** 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: 60px;
	left: 160px;
	z-index: 1;
}

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

/* Large image outer border properties */
.hover_popup li {
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	border: 1px solid #999999;
	width: 150px;
	height: 230px;
	background-color: #eee;
	text-align: center;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

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

#kelvin_photo {
	position:relative;
	width: 150px;
	height: 200px;
	padding-top: 7px;
	/*z-index:1;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top: medium solid #ffffff;
	border-right: thin solid #990000;
	border-bottom: thin solid #333333;
	border-left: thin solid #333333;*/
}

