
#modal_form {
	width: 60%; 
	min-height: 55%; 
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: absolute; 
	z-index: 1005;
	display: none;
	margin-top: -30%;
	left: 20%;
	padding: 10px;
	/*margin-left: -150px; */
	opacity: 0; 
}

.slider {
	width: 94%; 
	margin-left: 3%;
	overflow: hidden;
}

.slides {
	width: 100%; 
	height: 100%;
	transition:1s;
}

.slide {
	width: 100%; 
	height: 100%;
	float:left; 
}

.next {
	height: 30px;
	width: 30px;
	cursor: pointer;
	display: inline-block;
}

.next img {
	height: 30px;
	width: 30px;
}

.prev {
	height: 30px;
	width: 30px;
	cursor: pointer;
	display: inline-block;
}

.prev img {
	height: 30px;
	width: 30px;
}

#overlay {
	z-index:3; 
	position:fixed; 
	background-color:#000; 
	opacity:0.8; 
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%; 
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}
