/* CSS Document */
@charset "ISO-8859-1";

#photos {
	margin: 0 auto;
}

/* GALLERY CONTAINER */
.gallery { 
	background: #000;
    border: 1px solid #aaa; 
    padding: 2px;
}

#photos a { font-weight: normal; }
#photos a:link { text-decoration: none; }
#photos a:visited { text-decoration: none; }
#photos a:hover { text-decoration: underline; }
#photos a:active { text-decoration: none; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { 
	color: white;
    font-family: Verdana, sans-serif;
    font-size: 0.8em; 
    text-align: center;
}

.panel img {
	float: left;
}

#photos ul li, ol li {
    margin: 0;
}
