@charset "utf-8";
#photos {
	xposition:absolute;
	top:0px;
	left:0px;
	width:990px;
	height:350px;
	background-color:#000;
	overflow:hidden;
}
#photos img {
	border: 0;
}
#photos .panel-overlay h2, #photos .panel-overlay p {
	font-size: 14px;
	margin: 0.5em 0;
}
#photos .panel-overlay p {
	line-height: 1.2em;
}
#photos .panel-overlay a {
	text-decoration: none !important;
}

