#darkbox-backdrop {
	background-color: #000;
	z-index: 2000;
}

#darkbox-container {
	position: absolute;
	background-color: #fff; 
	padding: 40px 10px 50px 10px; 
	width: 320px; 
	height: 240px; 
	z-index: 2001;
	font-size: 0.8em;
}

#darkbox-container a, #darkbox-container a img {
	border: 0;
	text-decoration: none;
}

#darkbox-nav {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	padding-bottom: 0;
	background-color: #fff;
}

#darkbox-btn-prev {
	position: absolute;
	left: 10px;
	top: 10px;
	background: #fff url(../images/darkbox.gif) top left no-repeat;
	width: 80px;
	height: 20px;
}

#darkbox-btn-next {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #fff url(../images/darkbox.gif) top right no-repeat;
	width: 60px;
	height: 20px;
}

#darkbox-btn-close {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #fff url(../images/darkbox.gif) bottom right no-repeat;
	width: 100px;
	height: 20px;
}

#darkbox-info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
}

#darkbox-title {
	position: absolute;
	left: 10px;
	top: 10px;
	font-weight: bold;
}

#darkbox-number {
	position: absolute;
	left: 10px;
	top: 25px;
}