div{
	margin: 0px;
}
/* Scrollbar & content css */						
#scrollcontent2 {
	height: 436px;
	width: 742px;
	float:left;
	background: #FFFFFF;
	overflow:hidden;
}
#scrollcontent2 p{
	margin: 0px;
}
.scrollbar-vert{
	background-color: #FFFFFF;
	height: 436px;
	width: 10px;
	float: left;
}
.handle-vert{
	height: 42px;
	width: 10px;
	background: url(handle.gif) no-repeat;
}
			
.scrollbar-hor{
	background-color: #d2e8ff;
	height: 20px;
	width: 300px;
	float:left;
}
.handle-hor{
	height: 20px;
	width: 42px;
	background: url(handle-hor.gif) no-repeat;
}
