.container2 {
	height: auto;
	float: left;
}

.container2 .div_scroll {
	width: 100%;
	/*height: 635px;*/

	overflow: auto;
	float: left;
}	

.container2 .scroll_container {
	overflow: hidden;
	position: relative;
/*	height: 635px!important;*/

}

.container2 .scroll_absolute {
    position: absolute;
}

.container2 .scroll_vertical_bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 615px;
    margin: 0;
    padding: 0;
}

.container2 .scroll_track {
	width: 1px;
	position: relative;
	background-color: #929292;
	margin-left: 5px;
	height: 615px!important;
}

.container2 .scroll_drag {
	width: 10px;
	height: 84px;
	background: #4c7546;
	border-radius: 5px;
	position: relative;
	top: 0;
	left: -5px;
}

.container2 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #369DB4;
}

.container2 .scroll_vertical_bar .scroll_arrow {
    height: 16px;
}




@media only screen and (min-width: 800px) and (max-width: 1700px){
.container2{width: 730px;}
.container2 .div_scroll table tr .td1{ width:190px;}
.container2 .div_scroll table tr .td2{ width:330px;}
.product_box .frame{height: 300px;}
.container2 .div_scroll{height: 275px;}
.container2 .scroll_container{height: 275px;}

}
@media only screen and (min-width:1700px){
.container2{width: 830px;}
.container2 .div_scroll table tr .td1{ width:232px;}
.container2 .div_scroll table tr .td2{ width:300px;}
.product_box .frame{height: 390px;}
.container2 .div_scroll{height: 400px;}
.container2 .scroll_container{height: 400px;}




}