#contentContainer {
	
}

#content {
	width: 380px;
	height: 484px;
	float: left;
	overflow: hidden;
}

#content p
{
	width: 365px;
}

.scrollbar-vert{
	background-color: #CEAF82;
	height: 484px;
	width: 20px;
	float:left;
	z-index: 998;
}
.handle-vert{
	height: 42px;
	width: 20px;
	background: url(/images/handle.gif) no-repeat;
	z-index: 999;
}
