#container {
    position: absolute;
    top: 66px;
    left: 40px;
	width: 280px;
	height: 146px;
	overflow: hidden;
} 

#container p {
}

#content {
    position: relative;
	width: 278px;
}

#scrollArea {
	position: absolute;
	left: 337px;
	top: 70px;
	height: 137px;
	width: 3px;
	overflow: hidden;
}

#scroller {
	position: absolute;
	top: -2px;
	width: 3px;
	background: #c12127;
	border-top: 2px solid #c12127;
	border-bottom: 2px dotted #c12127;
}