#lighterbox-content {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#lighterbox-caption2 {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666;
}

#lighterbox-content a {color: #666;}
#lighterbox-content a:hover {color: #000;}



#lighterbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#lighterbox-iframe {
	z-index:9998;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:500px;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#lighterbox-content {
	position: absolute;
    z-index: 9999;
    top: 0;
	left: 0;
	width: 250px;
	height: 250px;
	visibility: hidden;
	background: white;
	color:#000000;
}

#lighterbox-content img {
	margin: 10px 0 8px 10px;
}

#lighterbox-caption{
	height:17px;
	padding:0px 30px 10px 25px;
	float:left;
}

#lighterbox-close{
	height:17px;
	padding:11px 25px 10px 0;
	float:right;
}


#lighterbox-loading {
    z-index: 9999;
	position: absolute;
	display: none;
}

#lighterbox-image {
	border: 0;
}

#lighterbox-image_content {
	cursor: pointer;
}

#lighterbox-desc { background: #fff; }



#lighterbox-html_title {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#lighterbox-html_caption {
	background-color:#e8e8e8;
	height:27px;
}

#lighterbox-html_close {
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#lightbox-html_framed, #lightbox-html_ajax {
	clear:both;
	border:none;
	margin-top:-1px;
	margin-bottom:-1px;
	_margin-bottom:1px;
	visibility: hidden;
}