/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin:0px;
	border-bottom:5px solid #000;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice-1{
	background:#000 url(../img/vaccordion/1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../img/vaccordion/2.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../img/vaccordion/3.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../img/vaccordion/4.jpg) no-repeat center center;
}
.va-slice-5{
	background:#000 url(../img/vaccordion/5.jpg) no-repeat center center;
}
.va-slice-6{
	background:#000 url(../img/vaccordion/6.jpg) no-repeat center center;
}
.va-slice-7{
	background:#000 url(../img/vaccordion/7.jpg) no-repeat center center;
}
.va-slice-8{
	background:#000 url(../img/vaccordion/8.jpg) no-repeat center center;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
	border-top:5px solid #000;
}
.va-title{
	font-size:18px;
	font-weight:normal;
	margin-left:20px;
	color:#fff;
	text-shadow: 0px 0px 3px #000;
}
.va-content{
	display:none;
	margin:20px;
	padding:20px;
	background-image:url('../img/tile2.png');
}
.va-content p{
	color:#CCC;
}
.va-button{
	margin-top:15px;
}
.va-nav span{
	position:absolute;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	left:55px;
}