.obj_html_clearer {
    float: none;
    clear: left;
    width:0px;
    height: 0px;
}

.obj_html_link {
    cursor:pointer;
}
.obj_html_link:hover {
    text-decoration: underline;
}

.coreTemplatePreview {
    border:1px dotted red;
}
.coreTemplatePreviewName {
    position:absolute;
    padding: 1px 10px;
    color:#ffffff;
    font-weight: bold;
    background-color:red;
}