.div_scroll2{
	margin-top:13px;
	width: 100%;
	height: 100px;
	overflow: auto;
	float: left;
	position:relative;
}
.div_scroll2 .scroll_container {
	overflow: hidden;
	position: relative;
	z-index:1
}

.div_scroll2 .scroll_absolute {
    position: absolute;
}

.div_scroll2 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right:7px;
    width:4px;
    height: 100%;
    background:#f7e7c3;
    margin: 0;
    padding: 0;
	z-index:3;
	border-radius:4px;
}

.div_scroll2 .scroll_track {
	position: relative;
	background-color:none;
}

.div_scroll2 .scroll_drag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background:#333333;
	border-radius:4px;
}

.div_scroll2 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #D6B74B;
}

.div_scroll2 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}	