/* 
    Created on : 6/08/2014, 11:01:14 AM
*/

.swatchesCon .previewCon{
    /*float: left;*/
    display: block;
    position: relative;
}
.swatchesCon .preview{
    position: absolute;
    bottom: 10px;
    padding: 10px 9px;
    background: white;
    border: 4px solid lightgray;
}
.swatchesCon .preview img{
    padding-bottom: 4px;
}
.swatchesCon .preview .title{
    color: black;
    line-height:100%;
}