/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    background-color: #fff;
    border: 4px solid #888;
    cursor: move;
    margin: -4px; /* Set this to minus the border thickness. */
}

/* This is for the title text. */

.cloud-zoom-title {
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    position: absolute !important;
    text-align: center;
    top: 0px;
    width: 100%;
}

/* This is the zoom window. */

.cloud-zoom-big {
    border: 4px solid #ccc;
    overflow: hidden;
}

/* This is the loading message. */

.cloud-zoom-loading {
    background: #222;
    border: 1px solid #000;
    color: white;
    padding: 3px;
}


.image-small {
    padding-bottom: 20px;
    padding-left: 20px;
}