.sticky-scroll-box{	
	background:#f9f9f9;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 1;
}