@charset "utf-8";

#photos {
position:absolute;
top:82px;
left:9px;
width:885px;
height:303px;
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;
}
