.va-container{
	position:relative;
	margin:40px auto 0 auto;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
	-moz-box-shadow:1px 2px 3px #aaa;
	-webkit-box-shadow:1px 2px 3px #aaa;
	box-shadow:0px 0px 2px 3px #333;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}
.va-slice-1{
	background:#000 url(../../images/Rainbow/or1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../../images/Rainbow/lite.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../../images/Rainbow/op.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../../images/Rainbow/sh.jpg) no-repeat center center;
}
.va-slice-5{
	background:#000 url(../../images/Rainbow/dre.jpg) no-repeat center center;
}
.va-slice-6{
	background:#000 url(../../images/Rainbow/6.jpg) no-repeat center center;
}
.va-slice-7{
	background:#000 url(../../images/Rainbow/candy2.jpg) no-repeat center center;
}
.va-slice-8{
	background:#000 url(../../images/Rainbow/kote.jpg) no-repeat center center;
}
.va-slice-9{
	background:#000 url(../../images/Rainbow/exel.jpg) no-repeat center center;
}
.va-slice-10{
	background:#000 url(../../images/Rainbow/signature.jpg) no-repeat center center;
}
.va-slice-11{
	background:#000 url(../../images/Rainbow/wallart.jpg) no-repeat center center;
}
.va-title{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size:28px;
	margin-left:20px;
	color:#fff;
	text-shadow: 0px 0px 1px white;
}
.va-content{
	display:none;
	margin-left:25px;
}
.va-slice p{
	font-size: 16px;
	font-style: italic;
	font-family:Georgia, serif;
}
.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#000;
	background:#d0d0d0;
	padding:3px 6px;
	font-size:12px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#909090;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../../images/Rainbow/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(../../images/Rainbow/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}