/* Horizontal Scrollbar (Bio page) */
body {
	margin: 0 auto;
}
/* outermost element for the scroller (stays still) */
#scrollwrap {
	position:relative;
	overflow:hidden;
	width: 934px;
	height:485px;
}
/* the element that moves forward/backward */
#scroll {
	position:relative;
	width:3728px;
	height:465px;

}
.slider {
	position:relative;
	background-color:#D9D9D9;
	cursor:pointer;
	height:7px;
	width:694px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.progress {
	background-color:black;
	height:7px;
	position:absolute;
	width:0;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.handle {
	background-image:url(/assets/img/about_bio/scroll_handle.png);
	height:13px;
	width:25px;
	position:absolute;
	top:-4px;
	display:block;
	cursor:pointer;
}
.handle:active {
	background-image:url(/assets/img/about_bio/scroll_handle.png);
	height:13px;
	width:25px;
	position:absolute;
	top:-4px;
	display:block;
	cursor:pointer;
}
.range {
	display:none;
}



/* Vertical Scrollbar Container */
.container {
            height: 563px;
            width: 934px;
        }