/*
	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:110px; height:82px;}
.mosaic-backdrop {display:none; position:absolute; top:0; height:100%; width:100%;}
.mosaic-overlay {display:none; z-index:5; position:absolute; width:100%; height:100%;}
	
/*** Custom Animation Styles (You can remove/add any styles below) ***/
/*.lb .mosaic-overlay {bottom:-88px; left:0; height:96px;}*/
.lb .mosaic-overlay {bottom:-104px; left:0; height:112px;}
.lb_s .mosaic-overlay {bottom:-52px; left:0; height:60px;}
/*** End Animation Styles ***/

