#homephotogallery {
	height: 223px;
	width: 516px;
	margin: 0 auto;
	background-color: #DDD;
	border: 0;
}
#homephotogalleryimage {
	overflow: hidden;
	border: 0px solid #333;
	background-color: #000;
	padding: 0;
	margin: 0;
	height: 223px;
	width: 516px;
}
#homephotogalleryimage img {
	margin: 0;
}
#homephotogallery div.caption {
	position: relative;
	background-color: #000;
	color: #FFF;
	padding: 10px;
	margin-top: -36px;
	text-align: center;
	opacity: .5; filter:Alpha(Opacity=50);
}
#homephotogallery a {
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	color: #FFF;
}
#homephotogallery a:hover {
	color: #F00;
}
