/* Scrollbar & content css */						
			#content1{
	height: 350px;
	width: 235px;
	float:left;
	top: 220px;
	position: absolute;
	overflow: hidden;
			}
			.scrollbar-vert{
	background-color: #F1F1F1;
	height: 260px;
	width: 10px;
	float: left;
	position: absolute;
	top: 230px;
	left: 235px;
			}
			.handle-vert{
	height: 80px;
	width: 10px;
	background-color: #999;
	background-repeat: no-repeat;
			}
        

