#redesign_container, #redesign_container1, #redesign_container2, #redesign_container3, #redesign_container4, #redesign_container5, #redesign_container6, #redesign_container7, #redesign_container8, #redesign_container9, #redesign_container10, #redesign_container11, #redesign_container12, #redesign_container13{width:100%;position:fixed;top:0;left:0;height:100%;z-index:10010;text-align:center;display:none}
.image-content{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: table;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 30px 10px;
    position: static;
    text-align: center;
    width: 560px;
    z-index: 2147483647;
}	
.image-content .content_center{ 
    display: table-cell;
    vertical-align: middle;
}
/* width and height for the block */
.beforeafter {width:500px;height:510px;position:relative;z-index:10012;}
.beforeafter img{}		
/* 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; 
bottom:0px;
width:60px; 
left:10px; 
z-index:120;	
/* customizable styling */
background:#fff; 
color:#000; 
text-align:center;
padding:5px;
font-size:12px; 
font-family:arial; 
-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; 			
}
.close{
	background: #f16236 none repeat scroll 0 0;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: arial;
    font-size: 12px;
    padding: 4px 15px;
    position: relative;
    text-align: center;
    top: -24px;
    z-index: 99999;
}