.main-content {
	height: 800px;
	width: 1000px;
	margin: 0 auto;
}

.overlay-bg {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
	height:100%;
	width: 100%;
	cursor: pointer;
	z-index: 1000; /* high z-index */
	background: #000; /* fallback */
	background: rgba(0,0,0,0.75);
}
	.overlay-content {
		display: none;
		background: transparent;
		padding: 1%;
		width: 50%;
		position: absolute;
		left:50%;
		margin-top: -0.5%;
		margin-left: -25%; /* add negative left margin for half the width to center the div */
		cursor: default;
		z-index: 10001;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}

	.overlay-main-content {
		padding: 25px 25px 0 25px;
		position:absolute;
		top:0%;
		margin-top: 25%;
		background-color: #fff;	
		box-shadow: 0 0 5px rgba(0,0,0,0.9);
	}

	.close-btn {
		cursor: pointer;
		border: 1px solid #333;
		padding: 2% 5%;
		background: #a9e7f9; /* fallback */
		background: -moz-linear-gradient(top,  #a9e7f9 0%, #77d3ef 4%, #05abe0 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9e7f9), color-stop(4%,#77d3ef), color-stop(100%,#05abe0));
		background: -webkit-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: -o-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: -ms-linear-gradient(top,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		background: linear-gradient(to bottom,  #a9e7f9 0%,#77d3ef 4%,#05abe0 100%);
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
		-ms-box-shadow: 0 0 4px rgba(0,0,0,0.3);
		-o-box-shadow: 0 0 4px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
		box-shadow: 0 0 4px rgba(0,0,0,0.3);
	}
	
	.close-btn:hover {
		background: #05abe0;
	}
	
	.close {
		width: 3%;
		position: absolute;
		top: 0; 
		right: 0;	
	}
	
	.progress-bar {
		position: relative;
		z-index: 15;
	}
.progress-box{
	margin:0;
	padding:0;
	border:1px solid #aaa;
	background-color: #fff;	
}
	
.moma-pic {
	margin: 0px;
	width: 45%;
	position: absolute;
	top: 0%;
	left: -10%;
	z-index: 10;
}
#img-box {
	width: 100%;
}

