@charset "utf-8";
.container2 {
	width: 650px;
	height: auto;
	margin-left: 0px;
}

.container2 .div_scroll {
	width:650px;
	overflow: auto;
}	

.container2 .scroll_container {
	overflow: hidden;
	position: relative;
	height: 205px;
	/*border-radius: 5px;*/
}

.container2 .scroll_absolute {
    position: absolute;
    padding-top: 10px;
}

.container2 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0px;
    width: 6px;
    height: 100%;
    background: #f6f6f6;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
}

.container2 .scroll_track {
	position: relative;
	background-color:#e5e5e5;
	border-right: 5px;
	overflow: hidden;
}

.container2 .scroll_drag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #1d2088;
	height: 20px;
	border-radius: 8px;
}

.container2 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #369DB4;
}

.container2 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}


