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

#stacks_in_43_page8 .mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:  400px ;
	height:250px;
	margin:0px;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	
}

#stacks_in_43_page8 .mosaic-backdrop {
		
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		
		background-color:rgba(191, 191, 191, 1.00);
	}
	
#stacks_in_43_page8 .mosaic-overlay {
		
		display:none;
		z-index:500;
		position:absolute;
		width:100%;
		height:100%;
		border-top-left-radius:0px;
		border-top-right-radius:0px;
		border-bottom-left-radius:0px;
		border-bottom-right-radius:0px;
		-moz-border-radius-bottomleft:0px;
		-moz-border-radius-bottomright:0px;
		-moz-border-radius-topleft:0px;
		-moz-border-radius-topright:0px;
		
		background-color:rgba(191, 191, 191, 1.00);
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/		
#stacks_in_43_page8 .mbfade .mosaic-overlay {
			
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=0);
			/*background:url(../files/bg-black.png);*/
			background-color:rgba(191, 191, 191, 1.00);
			
		}
				
#stacks_in_43_page8 .slide .mosaic-overlay {
			
			
			opacity:1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter:alpha(opacity=100);
			/*background:url(../files/bg-black.png);*/
		}
		

		/*** End Animation Styles ***/
/*
	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*/

#stacks_in_46_page8 .mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:  400px ;
	height:400px;
	margin:0px;
	border:1px solid #fff;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
	
}

#stacks_in_46_page8 .mosaic-backdrop {
		
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		
		background-color:rgba(191, 191, 191, 1.00);
	}
	
#stacks_in_46_page8 .mosaic-overlay {
		
		display:none;
		z-index:500;
		position:absolute;
		width:100%;
		height:100%;
		border-top-left-radius:0px;
		border-top-right-radius:0px;
		border-bottom-left-radius:0px;
		border-bottom-right-radius:0px;
		-moz-border-radius-bottomleft:0px;
		-moz-border-radius-bottomright:0px;
		-moz-border-radius-topleft:0px;
		-moz-border-radius-topright:0px;
		
		background-color:rgba(191, 191, 191, 1.00);
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/		
#stacks_in_46_page8 .mbfade .mosaic-overlay {
			
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=0);
			/*background:url(../files/bg-black.png);*/
			background-color:rgba(191, 191, 191, 1.00);
			
		}
				
#stacks_in_46_page8 .slide .mosaic-overlay {
			
			
			opacity:1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter:alpha(opacity=100);
			/*background:url(../files/bg-black.png);*/
		}
		

		/*** End Animation Styles ***/
