.photobox {
	overflow:visible;
	background-color:#333;
	padding: 5px 5px 0 5px;
	text-align: center;
}
.photobox .container-close {
	top:8px;
	right:8px;
	height:15px;
	width:18px;
}
.photobox .hd {
	font-family:georgia, times new roman, times, serif;
	font-weight:normal;
	border:none;
	background:transparent;
	color:#FFF;
	text-align:left;
	overflow:visible;
	padding:0;
	font-size: 1.6em;
	margin-top: 5px;
}
.photobox .hd span {
	vertical-align:middle;
	line-height:15px;
}
.photobox .bd  {
	padding:0;
}
.photobox .bd img {
	border:none;
	margin-top: 1em;
}
.photobox .ft {
	height:16px;
	padding:5px 0;
	position:relative;
	top: -5em;
}
.photobox .ft .back {
	position:absolute;
	left:1px;
}

.photobox a.back, .photobox a.next, .photobox .close_button a {
	color: #CCCCCC;
	font-family:georgia, times new roman, times, serif;
	font-size: 1.5em;
}
.photobox a.back, .photobox a.next {
	text-decoration: none;
}

.photobox .close_button {
	text-align: center;
}
.photobox .ft .back img, .photobox .ft .next img {
	border:none;
}
.photobox .ft .next {
	position:absolute;
	right:1px;
}
#photobox {
	background: #333333;
	visibility: hidden;
}
#photobox .hd {
	background: transparent;
	color: #CCCCCC;
	padding: 0 0 3px 0;
	text-align: center;
}
