/* Vertical Accordion Style */
.va-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border: 3px solid #F3DC68;
	font-size: 90%;
	float: left;
	background: url(/images/top/info_box_bg.png) bottom repeat-x #FFF;
	text-shadow: 1px 1px 0px #fff;
}
.va-container {
	float: left;
	margin-right: 15px;
}
.va-slice {
	cursor: pointer;
	position: absolute;
	width: 100%;
	left: 0px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
.va-slice img {
	border: 1px solid #eee;
	float: left;
	margin: 0 10px 10px 0;
}
.va-slice dl {
	margin: 5px 5px 0 5px;
	line-height: 1.5;
}
.va-slice dl dt {
	font-weight: normal;
	float: left;
	background: url(/images/top/news_arrow.png) center bottom no-repeat;
	height: 3.4em;
	text-align: center;
}
.va-slice dl dt span {
	background: #f3dc68;
	display: block;
	width: 7em;
	padding: 1px 0;
}
.va-slice dl dd {
	padding-left: 7.7em;
}
.va-title {
	text-transform: uppercase;
	color: #333;
	text-shadow: 0px 0px 1px white;
}
.va-content {
	display: none;
	margin: 10px;
	border-top: 1px dotted #f3dc68;
	padding-top: 10px;
}
.va-slice .va-content dl {
	line-height: 1.5;
}
.va-slice ul {
	margin-top: 20px;
}
.va-slice ul li {
	float: left;
	margin: 0px 2px;
}
.va-slice ul li a {
	color: #333;
	background: #eede2f;
	padding: 5px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
}
.va-slice ul li a:hover {
	background: #000;
	color: #fff;
	text-shadow: none;
}
.va-nav span {
	width: 15px;
	height: 15px;
	background: transparent url(/images/top/news/prev.png) no-repeat center center;
	position: absolute;
	top: 46px;
	right: 653px;
 margin-left:;
	text-indent: -9000px;
	opacity: 0.7;
	cursor: pointer;
	display: none;
	z-index: 100;
}
.va-nav span.va-nav-next {
	background-image: url(/images/top/news/next.png);
	top: auto;
	bottom: 262px;
}
.va-nav span:hover {
	opacity: 1.0;
}
