/* Vertical Accordion Style */
/* [NOTE:] Edit Vehicles Accordian images here */
.va-slice-1{
	background:#000 url(../img/toyotaprius.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../img/vehicle_01.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../img/bmw7series.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../img/vehicle_03.jpg) no-repeat center center;
}
.va-slice-5{
	background:#000 url(../img/vehicle_04.jpg) no-repeat center center;
}
.va-slice-6{
	background:#000 url(../img/vehicle_05.jpg) no-repeat center center;
}
.va-slice-7{
	background:#000 url(../img/vehicle_06.jpg) no-repeat center center;
}
/* [END NOTE:] Edit Vehicles Accordian images */
.va-container{
	width: 960px;
	position:relative;
	margin: 25px 0 30px 0;
}
.va-wrapper{
	width:960px;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}
.va-slice-color-1{
	background-color:#97c5eb;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-slice-color-5{
	background-color:#00338e;
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.va-title{
	font-family: 'Asap', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: 120px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	padding: 0 !important;
}
.va-content{
	display: none;
	margin-left: 110px;
}
/* ie hack */
/*.va-slice p {
	background: none;
	color:#eee;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	padding:  12px 120px 12px 120px;
	margin: 140px 0 0 -110px;
	line-height: 1.1em;
}*/
.transparentbg {
	width: 960px;
	height: 110px;
	position: absolute;
	top: 210px;
	left: 0px;
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	background: rgba(0, 0, 0, 0.3);
	z-index: 88;
}
.va-slice p {
	position: absolute;
	top: 210px;
	left: 0px;
	width: 720px;
	color:#fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
/*	background: rgba(0, 0, 0, 0.3);*/
	padding:  12px 120px 15px 120px;
/*	margin: 140px 0 0 -110px;*/
	line-height: 1.2em;
	opacity: 1;
	z-index: 99;
}
.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#000;
	background:#eede2f;
	padding:3px 6px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../img/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../img/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}