/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/*General Mosaic Styles*/
.mosaic-block {
    float: left;
    position: relative;
    overflow: hidden;
    width: 140px;
    height: 140px;
    margin: 5px;
    /*background: transparent url('../img/progress.gif') no-repeat center center;*/
    border: 1px solid #d9d9d9;
    /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
}

.mosaic-backdrop {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.mosaic-overlay {
    display: none;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
}

.bar .mosaic-overlay {
    opacity: 0.8;
    bottom: -60px;
    height: 60px;
    background: url('../img/bg-black.png');
    font-size: 10px;
}
