.photo.table {
	background:	#fff;
	border:	1px solid #999;
	margin:	1em 0 1.25em 0;
	padding:	2px;
}

.photo {
	text-align:     center;
	vertical-align: top;
	background:     #eee;
	border:         1px solid #999;
	width:          auto;
	line-height:    110%;
}

#upperLeft {
	position:       absolute;
	top:            0px;
	left:           0px;
	margin:         0px;
	z-index:        -1;
}

#upperLeft img {
	border-width:     0;
	background-color: transparent;
}

#bottomRight {
	position:       absolute;
	bottom:         0px;
	right:          0px;
	margin:         0px;
	z-index:        -2;
}

#bottomRight img {
	border-width:     0;
	background-color: transparent;
}


#counter {
	position:       relative;
	top:            2px;
	left:           -2px;
	margin:         0px;
	z-index:        3;
}

#counter img {
	border-width:     0;
	background-color: transparent;
	filter:           alpha(opacity=20); 
	moz-opacity:      0.1;
}


#text {
	text-align: center;
	width:      90%;
}