.jacket {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #E7E8EA;
	padding-top: 4px;
	margin: 10px;
	position:relative;
	overflow:hidden;
	width:135px;
	height:135px;
}	

.jacket .heading {
	position:absolute;
	background:#000;
	height:10px;
	width:135px;
	opacity:0.7;
}

.jacket .caption {
	position:absolute;
	background:#000;
	height:129px;
	width:135px;
	opacity:0.7;
}

.jacket .heading { 
	top:-50px;
}

.jacket .caption { 		
	bottom:-109px;		
	left:0px;
}

.jacket .heading span {
	color:#fff;	
	top:-50px;
	font-weight:bold;
	display:block;
	padding:5px 0 0 10px;
}

.jacket .caption span{
	color:#fff;	
	font-size:9px; 
	line-height:14px;
	display:block;
	padding:5px 10px 0 10px;
}

.jacket .caption span a{
	color:#fff;	
	font-size:9px;
	line-height:14px;
	display:block;
	padding:5px 10px 0 10px;
}

.jacket .caption span a:hover {
	color: #ccc;
	text-decoration: underline;
	border: 0;
}