/*
	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
*/

* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:245px;
	height:280px; top:0;
}

.boxMosaicBottom .mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:145px;
	height:166px;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:64px;
		height:100%;
		width:100%;
		
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		background:url(/o/1189/images/13028/backBox.png) no-repeat left bottom ;       
	}
    
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/

		.bar3 .mosaic-overlay {
			top:-220px;
            left:0px;
            height:100%;
            width:100%;
			
		}
        
		.bar2 .mosaic-overlay {
			bottom:-90px;
			height:167px;
            width:100%
            background:url(/o/1189/images/13028/backBoxBottom.png) repeat-y;
		}
		
		
        .bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
		/*** End Animation Styles ***/
