/* Scrollbar & content css */						
#content1 {
	height: 419px;
	width: 485px;
	float:left;
	background: #FFF;
	overflow:hidden;
	padding-right:15px;
}
.scrollbar-vert {
	background-color: #F5F5F5;
	height: 419px;
	width: 20px;
	float:left;
}
.handle-vert {
	height: 42px;
	width: 20px;
	background: url(images/handle5.gif) no-repeat #006699;
	display:block;
}
/* END END Scrollbar & content css */
