/* CSS Document */
/*------------------- general---------------------- */
body {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin:0;
	padding:0;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	text-decoration:none;
}
img {
	border:none;
	display:block;
	line-height:0;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
/*------------- general------------ */


#bg-shadow {
	width:2000px;
	height:2000px;
	background:#000;
	position:fixed;
	top:0px;
	left:0px;
	z-index:109;
}
#img-container {
	width:250px;
	position:absolute;
	background-color:#fff;
	padding:10px;
	top:10px;
	-moz-box-shadow: 2px 2px 10px #000000;
	-webkit-box-shadow: 2px 2px 10px #000000;
	z-index:110;
}
#imagebox {
	width:250px;
	height:250px;
	overflow:hidden;
}
.img-cotroller {
	position: absolute;
	width:250px;
	margin-top:100px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background:url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#img_text {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	float:left;
	line-height:24px;
}
#Close {
	width: 66px;
	float: right;
	padding-top:5px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
