/*
	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*/

html, body, div, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, code, hr, img, form, fieldset, legend, label, textarea, span, em, strong, sub, sup, cite, table, tbody, td, tfoot, th, thead, tr, tt, dl, dt, dd, ol, ul, li {margin: 0; padding: 0;}

.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	max-width:280px;
	width: 100%;
	height:250px;
	margin-right:10px;
	background:#111 url(../img/progress.gif) no-repeat center center;
	border:0px ;
	clear: left;
	margin-bottom:10px;
}



	.mosaic-backdrop {
		display:block;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		
	}
	
	.mosaic-overlay {
		display:block;
		padding:0;
		margin: 0;
		border:none;
		z-index:10;
		position:absolute;
		width:100%;
		height:100%;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
		}
		
		.bar .mosaic-overlay {
			bottom:-100px;
			height:100px;
		}
		
		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:100px;
			opacity:0.8;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter:alpha(opacity=80);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter:alpha(opacity=100);
			}
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
		
		}
		/*** End Animation Styles ***/


.clearfix{ display: block; height: 0; clear: both; visibility: hidden; }
						
				.details{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	
					
					.para{
	color:#fff;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}
					a{ text-decoration:none;
					 border: 0px; outline:none;}
					 
					 
		
		
		
a img {outline : none;}

img {border : 0;}
