

.parallax_container {
	position: relative;
	width: 100%;
}
.parallax {
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
    height: 100%;
    background: url(../img/access/sec1-bg4.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
}


.parallax2 {
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
    height: 100%;
    background: url(../img/menu/sec4-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
}



.parallax3 {
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
    height: 100%;
    background:url(../img/party/sec2-bg.jpg) right no-repeat;
    background-size: auto 100%;
    background-position: center center;
}





.parallax4 {
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
    height: 100%;
    background:url(../img/party/sec5-bg.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center center;
}



/* HTML
<div class="parallax_container">
	<div class="parallax"></div>
</div>
*/

/* JS
$(window).bind("load", function() {
	if( $(".parallax").length ) {
		var vp_height = $(window).height();
		$(".parallax").css({"background-size": "auto " + ((vp_height*1.0 ) + 300)+ "px"});
	}
});
*/

.parallax_container figure {
	position:relative;
	z-index:10;	
	
	}