.height_lim_pic {
    max-height: 225px;
}

.height_fix_pic {
    height: 225px;
    width: auto;
}

.spotlight-thumbnail-bg {
    background-color: #fff;
    width: 100%;
    text-align: center;
}

.left { float: left; }

.right { float: right; }

img.float-right {
    float: right;
  	margin-left: 10px; 
}
img.float-left {
    float: left;
  	margin-right: 10px;
}

.label-tag {
    background-color: #ee7757;
}