/*
	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:270px;
	height:142px;
/*	background:#FFF url(../images/progress.gif) no-repeat center center;
*/}

.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%;
	cursor:pointer;
	}


		/*** 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);
	background:url(../images/bg-black.png);
		}
.bar .mosaic-overlay {
	bottom:-65px;
	height:65px;
	background:url(../images/bg-black.png);
}
.fade .mosaic-overlay2 {
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter:alpha(opacity=00);
	background:url(../images/bg-white.png);
}

		/*** End Animation Styles ***/

.box {
	border:4px double #FFF;
	height:117px;
}


.clearfix{
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.details{
	margin:15px;
}	

h1{
	font:bold 13px "Times New Roman", Times, serif;
	color:#fff;
	text-shadow:1px 1px 0 rgb(0,0,0);
	text-align:left;
	text-transform:uppercase;
	padding-left:25px;
}
h2{
	font:12px "Times New Roman", Times, serif;
	 color:#fff;
	 line-height:1em;
	 text-shadow:1px 1px 0 rgb(0,0,0);
	 text-align:left;
	 font-style:italic;
	padding-left:25px;
}

p{
	font:bold 12px "Times New Roman", Times, serif;
	color:#fff;
	text-shadow:1px 1px 0 rgb(0,0,0);
	text-align:center;
	text-transform:uppercase;
}
a{
	text-decoration:none;
}
