/* Vertical Accordion Style */
#va-accordion{
	width:100%;
	height:100%;
	position:relative;
	background:#000;
}
.va-slice{
	cursor:pointer;
	width:100%;
	left:0px;
}

.va-title{

}
.va-content{
	display:none;
	font-size: 16px;
}