/*
 * jQuery jMosaic plugin 0.1.2 
 * https://github.com/absentik/jMosaic
 * 
 * Author: Seleznev Alexander (ABSENT) 
 * Email: absenteg@gmail.com 
 * Website: http://whoisabsent.ru 
 *  
 * Licensed under the MIT license. 
 * http://www.opensource.org/licenses/mit-license.php 
 */

.jMosaic-clear { clear: both; }
.jMosaic-selector { clear: both; position: relative; }
.jMosaic-selector > .jMosaic-item { display: block; float: left; position: relative; overflow: hidden; width: auto; }

.jMosaic-selector > .jMosaic-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.jMosaic-selector > .jMosaic-item:hover {
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(63,144,198,1);  -moz-box-shadow: inset 0px 0px 0px 2px rgba(63,144,198,1);  box-shadow: inset 0px 0px 0px 2px rgba(63,144,198,1);
 
    cursor: pointer;
    background: url(../images/zoom.png) no-repeat center rgba(0, 0, 0, 0.32);
}