﻿/*imagebox*/
#shadow{
	position:fixed;
	z-index:90;
	width:100%;
	height:100%;
	background:#000;
	display:none;
	left:0;
	top:0;
}
#imagebox{
	position:absolute;
	width:100%;
	height:100%;
	z-index:91;
	display:none;
	left:0;
	top:0;
}
#imageborder{
	border:#999 2px solid;
	height:16px;
	width:16px;
	position:absolute;
	left:50%;
	margin-left:-8px;
	top:50%;
	margin-left:-8px;
	background:#fff url(../images/ajax-loader.gif) scroll no-repeat 50% 50%;
	text-align:center;
}
#imagepanel{
	display:none;
	overflow:hidden;
	background:#FFF;
	margin:0;
	padding:0 5px;
	margin-top:2px;
}
#imagepanel a{
	font-size:12px;
	color:#666;
}
#imageborder img{
	max-height:500px;
}
a.imagebox{
}
/*end imagebox*/