.container2 {
	width: 100%;
	height: 476px;
	background-color: #fff;
	float: left;
	overflow: hidden;
}

.container2 .div_scroll {
	width: 742px;
	height: 464px;
	overflow: auto;
	float: left;
	padding: 20px 36px;
	line-height: 36px;
}	

.container2 .scroll_container {
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.container2 .scroll_absolute {
    position: absolute;
}

.container2 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 8px;
    width: 16px;
    height: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
}

.container2 .scroll_track {
	position: relative;
	background-color: #ccc;
	width:6px ;
	left:4px
}

.container2 .scroll_drag {
	position: relative;
	top: 0;
	right: 3px;
	width: 12px;
	cursor: pointer;
	background-color: #0a85be;
}

.container2 .scroll_arrow {
	
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background:url(../img/login/scrollbar-arrow21.png) center no-repeat #fff;
}
.container2 .scroll_arrow_down{
	background:url(../img/login/scrollbar-arrow11.png) center no-repeat #fff;
}
.container2 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
    width: 16px;
}

