div.cap_images {
	width: auto;
}


    div.wrapper{  
        position:relative; /* important(so we can absolutely position the description div */
        margin: 4px;
		width: 139px;
		height: 250px;
		float: left;
		background-color: #333;
		color: #fff;
		border: 1px solid #ccc;  
    }  
    div.description{
	/*position:absolute; /* absolute position (so we can position it where we want)*/  
        background-color: black;
	color: white;
	font-size: 2.2em;
	line-height: 1em;
	height: 200px;
	position: absolute;
	text-align: center;
	top: 0;
    }  
    div.description_content{  
        padding: 40px 10px 10px 10px;
        
    }  
    
    div.wrapper .name{
	font-size: 13px;
	clear: both;
	display: block;
	padding: 8px 6px 3px 6px;
	text-align: center;
	line-height: 1.2em;
	height: 50px;
}


	div.source {
		clear: both;
		padding-top: 10px;
}