@charset "utf-8";

#photos {
xposition:absolute;
top:0px;
left:0px;
width:980px;
height:380px;
background-color:#000;
overflow:hidden;
}

#photos img {
	border: 0;
}

#photos .panel-overlay h2,
#photos .panel-overlay p{
	font-size: 14px;
	margin: 0.2em 0;
}
#photos .panel-overlay p {
	line-height: 0.8em;
}

#photos .panel-overlay a {
	text-decoration: none !important;
}

