#scroll {width: 520px;
		height: 800px;
		overflow: hidden;
		margin-top:9px;
		padding-top:9px;
		margin-bottom:9px;
		padding-bottom:9px;			
	}

#container {
	width: 500px;
	height: 770px;
	float: left;
	overflow: hidden;}
	
#content2 {
	position: relative;
}
#scroll_bar {width: 20px;
				 height: 100%;
				 background-image: url(images/scroll_bar.gif);
				 background-repeat: repeat-y;
				 display: block;
				 float: right;
				 display:none;}

#scroller {
	background-repeat: repeat-y;
	height: 400px;
	position: relative;
	width: 20px;
}