.jLabels { 
    float:left; 
    min-width:200px; 
    min-height:100px; 
    position:relative;
    background-color:#FFF; 
    cursor:pointer; 
    margin-bottom:10px;}

.jLabels .caption { position:absolute; bottom:4px;left:4px; color:#3366cc; }
.jLabels .slide {float:left; width:100%; height:100%; position:absolute; background-position:0 0; background-repeat: no-repeat; background-color:#fff;}
.jLabels .labels {float:left; width:100%; height:100%; position:absolute; top:0; left:0; background-position:0 0; background-repeat: no-repeat;}
.jLabels.transparent { border:none;}