#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	z-index:999999999999;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}

.img_gallery{
width:870px;
height:auto;

}






ul.photos {
	padding: 10px 0px 0 7px;
	list-style: none;
}
ul.photos li {
	display: inline;

}
ul.photos a.horizontal img,
ul.photos a.effectable img {
	padding: 15px 0px;
	z-index:5000;
}
ul.photos a.vertical img {
	padding: 5px 5px;
	margin: 5px 5px;
		border:3px solid #0f6798;
}
ul.photos a.vertical img:hover {
	padding: 5px 5px;
	margin: 5px 5px;
		border:3px solid #412725;
}
