
/* ---	thumbnails on main page 	--- */
.hilight_col {
	float:left;
	width: 220px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.hilight_img {
	position: relative;
	/*float: left;*/
	width: 201px;
	height: 166px;
	margin: 20px 10px 5px 0px;
}
.img_container {
	position: relative;
	width: 199px;
	height: 149px;
	border: solid 1px #777;
	overflow: hidden;
}
.img_thumb {
	display: block;
	width: 49px;
	height: 49px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	overflow: hidden;
	cursor: pointer;
}
.img_main {
	position: absolute;
	left: 50px;
	top: 0px;
}
/*
img.magnify {
	cursor: url(/magnify.cur), pointer;
}
.img_main a {
	cursor: url(/img/gfx/magnify_icon.png), url(/img/gfx/magnify.cur);
}
*/
.zoom_note {
	position: relative;
	width: 150px;
	height: 15px;
	margin: 3px 0px 5px 50px;
	text-align: center;
	font-size: 9px;
}

/* ---	old enlarged image 	--- */
/*
.img_zoom {
	display: none;
	position: absolute;
	left: 180px;
	z-index: 30;
	width: 492px;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #fff;
	border: solid 1px #777;
}
*/
.h_date {
	font-size: 10px;
	font-weight: normal;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}
.close_btn {
	position: absolute;
	top: 1px;
	right: 16px;
	z-index: 30;
	padding: 4px;
	background: #fff;
	border-right: solid 4px #fff;
}
.close_btn a {
	text-decoration: none;
	background: url(/img/gfx/close.off.gif) no-repeat right;
	padding: 0px 16px 0px 2px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
}
.close_btn a:hover {
	color: #999;
	font-weight: bold;
	background-color: #fff;
}
/* ---	enlarged page 	--- */
#lamp_container {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: url(/img/gfx/eee_alpha80.png) repeat;
	cursor: pointer;
}
#lamp_pg {
	position: absolute;
	top: 5%;
	left: 50%;
	width: 644px;
	height: 90%;
	margin-left: -322px;
	background: #fff;
}
#lamp_ifr {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: solid 1px #777;
	border-bottom: solid 2px #666;
}
