#scroll_container {
	position: relative;
	height: 430px;
	width: 580px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 20px 0 0;
	top: 36px;
}

#scroll_content {
	top: 0px;
	position: relative;
}

#scroll_content a {
	color: #333;
	border-bottom: 2px solid #999;
}

#scroll_content a:hover {
	color: #990000;
	border-bottom: 2px solid #990000;
}

#scroll_bar {
	position:absolute;
	top: 0px;
	right: 0;
	width: 20px;
	background: url(../images/nav/scroll_bar.png) left top repeat;
	height: 490px;
	opacity: 0.8;
}

#scroll_handle {
	width: 100%;
	height: 126px;
	background: url(../images/nav/scroll_handle.png) center top repeat;
	cursor: pointer;
}

#scroll_nav {
	width: 580px;
	position: absolute;
}

#scroll_nav li {
	font-size: 11px;
	float:left;
	cursor:pointer;
	background: #F5F5F5;
	border: 1px solid #CCC;
	margin: 0 10px 0 0;
	padding: 0 5px 0 5px;
	line-height: 22px;
	list-style-type:none;
}

#scroll_nav li:hover {
	color: #CC0000;
	cursor:pointer;
	background: #EBEBEB;
	border: 1px solid #CCC;
}