
/* photo.css
----------------------------------------*/

.Photo {
	margin: 3px;
	border: 1px solid #f9f9f9;
}

.PhotoPos {
	position: relative;
	margin: 3px 3px 0 3px;
	padding-top: 38px;
	font-family: Arial, Helvetica, sans-serif;
}

.PhotoPos div {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.PhotoPos img { display: block; margin: 0 auto; border: 1px solid #ccc; }

.PhotoPos a { font-size: 91%; letter-spacing: 0px; }
.PhotoPos a.img { display: block; }
.PhotoPos a.sc_in { text-decoration: none; }

.PhotoPos .info { font-size: 91%; color: #ccc; }

