#scrollbox{
	width:862px;
	height:240px;
	left: 0px;
	top: 0px;
	position: relative;
}

#goleft{
	width:37px;
	position: absolute;
	left: 0px;
	top: 120px;
	z-index: 1;
	visibility: visible;
}

#goright{
	width:19px;
	top: 120px;
	position: absolute;
	left:823px;
	z-index: 1;
	visibility: visible;
}

#box{
	width:784px;
	overflow:hidden;
	position: absolute;
	top: 16px;
	left: 41px;
	height: 220px;
	visibility: visible;
}

.subtitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.summary {
	font-size: 12px;
	color: #fff8f3;
	line-height: 15px;
}

.summary a:link,.summary a:visited{
color:#f3cba4;
text-decoration:none;
}
.summary a:hover{
color:#f3cba4;
text-decoration:underline;
}

.title_name {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #1A0F05;
}

