
#overbox {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	padding: 10px 0;
	}
#overbox .container {
	background: url(../images/back.png);
	padding: 10px;
	position: relative;
	margin: 0 auto;
	width: 300px;
	}
* html #overbox .container {
	background: #7f7f7f;
	}
#overbox .container:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
#overbox div {
	float: none;
	position: static;
	}
#overbox .close {
	background: #fff url(../images/close.gif) no-repeat center;
	cursor: pointer;
	height: 19px;
	position: absolute;
	right: -22px;
	top: -19px;
	width: 22px;
	z-index: 2000;
	}
#overbox .loading {
	background: #fff url(../images/loader.gif) no-repeat center;
	height: 80px;
	text-align: center;
	width: 300px;
	}
#overbox img {
	border: 0;
	display: block;
	float: none;
	}
#overbox .next,
#overbox .prev {
	background: url(../images/transparent.png);
	cursor: pointer;
	display: block;
	height: 80px;
	padding: 0;
	top: 0;
	width: 80px;
	outline: none;
	}
#overbox .prev {
	float: left;
	}
#overbox .next {
	float: right;
	}
#overbox .prev:hover {
	background: url(../images/prev.png) no-repeat left center;
	}
* html #overbox .prev:hover {
	background: url(../images/prev-ie.png) no-repeat left center;
	}
#overbox .next:hover {
	background: url(../images/next.png) no-repeat right center;
	}
* html #overbox .next:hover {
	background: url(../images/next-ie.png) no-repeat right center;
	}
#overbox .navigation {
	left: 10px;
	position: absolute;
	top: 10px;
	}
#overbox .image-title {
	background: #3D3D3D;
	color:#999999;
	font-weight:bold;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
	}
#overbox .inline {
	background: #fff;
	padding: 20px;
	position: relative;
	}

/* =Custom
--------------------------------------------------*/
#overbox .image-title a {
	color: #f90;
	text-decoration: none;
	}
	#overbox .image-title a:hover {
		background: transparent;
		text-decoration: underline;
		}
