div.cap_images {
	width: auto;
}


    div.wrapper{  
        position:relative; /* important(so we can absolutely position the description div */
        margin: 4px;
		width: 139px;
		height: 80px;
		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: 20px;
		height: 80px;
	    position: absolute;
	    text-align: center;
	    top: 0;
    }  
    div.description_content{  
        padding: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;
}