.canvas-section,
#main .caption .add-txt{
	position: relative;
	overflow: hidden;
	display: block;
}
#main .caption .add-txt .text-holder{z-index: 2;}
.blur-box{
	position: absolute;
	z-index: -1;
}
.fake-box{
	position: absolute;
	top: 0;
	left: -4px;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.fake-box.left-box{
	margin: 0 0 0 -9999px;
	padding: 0 0 0 9999px;
}
.fake-box.right-box {
	left: auto;
	right: 617px;
	margin: 0 -9999px 0 0;
	padding: 0 9999px 0 0;
}
#main .caption .container:before,
#main .caption .holder:after,
#main .caption .holder:before{display: none;}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
	background: #fff url(../images/loader.gif) no-repeat 50% 200px;
}