/* useful-colorbox custom style */

/* Set mouse cursor to zoom */
.cboxElement img { 
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in; 
}

/* Remove outline after colorbox close */
a.cboxElement:focus {
    outline: 0;
}

