#scrollbar1
{
 	max-width: 1005px;
	min-width: 270px;
/*	height: -webkit-calc(100% - (125px * 2));
	height: -moz-calc(100% - (125px * 2));
	height: calc(100% - (125px * 2));*/
	height:auto;
	margin: 0 auto;
	padding: 59px 80px;
	background: url(../images/cont.png) left top repeat;
    position: relative;

}



.overview {
	/*overflow: auto;*/
	width: 100%;
	height: auto;
}

#cont .jspScrollable{
	overflow: visible;
}
#cont .jspContainer {
	overflow: visible;
}