/*--------------------------------------------------
Title: lostbox.css
Author: Claudiu Andrei - Inspire (www.inspireco.ro)

Date: 03-06-2008
--------------------------------------------------*/

#overbox {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	padding: 10px 0;
	}
#overbox .container {
	background: url(../images/lostbox/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/lostbox/close.png) no-repeat center;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	z-index: 2000;
	}
#overbox .loading {
	background: #fff url(../images/lostbox/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/lostbox/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/lostbox/prev.png) no-repeat left center;
	}
* html #overbox .prev:hover {
	background: url(../images/lostbox/prev-ie.png) no-repeat left center;
	}
#overbox .next:hover {
	background: url(../images/lostbox/next.png) no-repeat right center;
	}
* html #overbox .next:hover {
	background: url(../images/lostbox/next-ie.png) no-repeat right center;
	}
#overbox .navigation {
	left: 10px;
	position: absolute;
	top: 10px;
	}
#overbox .image-title {
	background: #000;
	color: #fff;
	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;
		}