#imagebox {
	background: url(/static/img/lightbox/imagebox_bg_new.gif) left top no-repeat;
	width: 540px;
	height: 445px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
}

#imagebox #imgbox_close {
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/lightbox/imagebox_close.png) left top no-repeat;
	width: 33px;
	height: 33px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	cursor: pointer;
}

#imagebox #ib_container {
	width: 500px;
	height: 415px;
	overflow: hidden;
	padding: 20px 20px 10px 20px;
}

#ib_container .image_area {
	width: 500px;
	height: 375px;
	overflow: hidden;
	text-align:center;
}

#ib_container .image_area img {
	max-height: 375px;
}

#ib_container .image_functions {
	width: 500px;
	height: 30px;
	overflow: hidden;
	margin: 12px 0 0 0;
}

#ib_container .image_functions .caption_text {
	width: 350px;
	height: 24px;
	overflow: hidden;
	padding: 0 0 5px 0;
	color: #333;
	float: left;
}

#ib_container .image_functions .image_navigation {
	width: 150px;
	height: 24px;
	overflow: hidden;
	float: right;
}

#ib_container .image_functions .image_navigation .img_status {
	height: 14px;
	/*width: 36px;*/
	text-align: right;
	overflow: hidden;
	padding: 5px 0 5px 10px;
	color: #333;
	float: right;
}

#ib_container .image_functions .image_navigation .img_navigation {
	width: 40px;
	height: 24px;
	overflow: hidden;
	float: right;
}

#ib_container .image_functions .image_navigation .img_navigation .backward {
	display: block;
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/lightbox/img_navigation_backward.png) left top no-repeat;
	width: 20px;
	height: 23px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

#ib_container .image_functions .image_navigation .img_navigation .forward {
	display: block;
	behavior: url(/static/js/iepngfix.htc);
	background: url(/static/img/lightbox/img_navigation_forward.png) left top no-repeat;
	width: 20px;
	height: 23px;
	overflow: hidden;
	cursor: pointer;
	float: left;
}

.lightbox_overlay {
	/*background:#d7ccb1;*/
}