/*
	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:215px;
	height:152px;
	margin:0px 0px 10px 0px;
	background:#e7ebec url(../images/progress.gif) no-repeat center center;
	/*border:1px solid #fff;*/
	border: 0 none;
	box-shadow: none;
	/*-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);*/
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		box-shadow: none;
		/*background:#111;*/
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		/*background:#111;*/
	}
	

		
.bar .mosaic-overlay {
			bottom:-100px;
			height:46px;
			background:#92b1c5 url(../images/dwnld-icon.gif) no-repeat right center;
			text-decoration:none;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
		
	
	.mosaic-block a h4 {
    margin:0px 0px 0px 0px;
	padding:15px 0px 0px 15px;
	text-decoration:none;
	height:41px;
	width:85px;
	font:bold 16px/18px arial;
	text-align:left;
	color:#000000;
	}
		
