#container {
	width:320px;
	margin:20px 0 20px 40px;
	float: none;
	text-align: center;
}
		
		/* width and height for the block */
		.beforeafter {
	width:300px;
	height: 260px;
	background-repeat: no-repeat;
}		
		
		/* mandatory style for the plugins */
		
		.ba-mask {position:absolute; top:0; left:0; z-index:100; border-right:3px solid #333; overflow:hidden; box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.6);box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6); -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);  -moz-box-shadow: 5px 0 7px rgba(0, 0, 0, 0.6);}
		.ba-bg {position:absolute; top:0; left:0; z-index:0;}
		.ba-caption {
	/* mandatory */
			position:absolute;
	left:10%;
	z-index:120;
	color:#050238;
	text-align:center;
	padding:5px;
	font-size:16px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	font-weight: bold;
	bottom:20px;
	font-family: 'Overlock';
	background-color: #FFF;
		}
.ba-mask, .ba-bg {
	background-repeat:no-repeat;
}
