﻿.img-desc {
	position: relative;
	display: block;
	border: solid 1px #000000;
	width: 125px;
	height: 169px;
	float:left;
	margin:5px;	
}

.img-desc cite {
	background: #111;
	filter:alpha(opacity=55);
	opacity:.55;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width:125px;
	height:20px;
	padding-top:8px;	
	border-top: 1px solid #999;
	font-family: "Trebuchet MS", Arial, tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}