/*
	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:300px;
	height:190px;
	margin:0px;
	background:#111 url(../images/progress.gif) no-repeat center center;
	-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		behavior: url(border-radius.htc);
		
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
		text-decoration: none;
		padding-left:		0px;
		padding-right:	0px;
	}
	
		.bar .mosaic-overlay {
			bottom:-158px;
			height:190px;
			background:url(../images/thumbrollover.png);
		}
		
		/*** End Animation Styles ***/
