/* vertical version */

.items{
	overflow:hidden;
}
	.item{
		width:100%;
		margin:0 auto;
		overflow:hidden;
		position:relative;
		height:600px;
	}
		.inner,.inner-lev1,.inner-lev2,.inner-lev3{
			width:100%;
			height:100%;
			position:absolute;
			z-index:1;
		}
		.content{
			background:rgba(0,0,0,0.6);
			background:#232323;
			filter: alpha(opacity=80);
    			-moz-opacity:0.8;
    			opacity:0.8;
			padding:20px;
			width:480px;
			border:1px #9c9c9c solid;
			font-size:13px;
			line-height:24px;
			color:#FFFFFF;
			margin-top:80px;
			margin-left:40px;
			margin-right:40px;
			margin-bottom:30px;
			position:relative;
			z-index:2;
		}
	
/* alterations for horizontal version */
.items-horizontal{
	width:8000px;	
}
	.items-horizontal .item{
		width:2000px;	
		float:left;
	}

/* parallax images */

.item1{
	background: #010101 url("image/bs1.jpg") 0px 0px fixed no-repeat;
}
	.inner1{
		background: url("image/logo.png") 0px 200px fixed no-repeat;
	}

.item2{
	background: #010101 url("image/bs2.jpg") 0px 0px fixed no-repeat;
}
	.inner2{
		background: url("image/title2.png") 40px 20px fixed no-repeat;
	}
	.inner2a{
		background: url("image/p2_1.jpg") 900px 40px fixed no-repeat;
	}
	.inner2b{
		background: url("image/p2_2.jpg") 400px 300px fixed no-repeat;
	}
	.inner2c{
		background: url("image/p2_3.jpg") 800px 280px fixed no-repeat;
	}
.item3{
	background: #010101 url("image/bs3.jpg") 0px 0px fixed no-repeat;
}
	.inner3{
		background: url("image/title3.png") 40px 20px fixed no-repeat;
	}
	.inner3a{
		background: url("image/p3_1.jpg") 650px 300px fixed no-repeat;
	}
	.inner3b{
		background: url("image/p3_2.jpg") 950px 80px fixed no-repeat;
	}
.item4{
	background: #010101 url("image/bs4.jpg") 0px 0px fixed no-repeat;
}
	.inner4{
		background: url("image/title4.png") 40px 20px fixed no-repeat;
	}
	.inner4a{
		background: url("image/p4_1.jpg") 600px 250px fixed no-repeat;
	}
	.inner4b{
		background: url("image/p4_2.jpg") 850px 30px fixed no-repeat;
	}
