.croppedimage{
    float:left;
    position:relative;
    margin:0 0 20px 0;
    overflow:hidden;
}

.croppedimage img{
    float:left;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

.croppedimage p{
    position:absolute;
    bottom:0;
    width:276px;
    padding:15px;
    color:#fff;
    font-size:12px;
    background:rgb(0,0,0);
    background:rgba(0,0,0,0.5);
    line-height:140%;
    border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
}
.imageContent{
    float: left;
    width: 100%;
}
.imagePlacement{
    width: 250px;
}
.imagePlacement img{
    width: 250px;
}