#scrolling{
	overflow: hidden;
	width: 180px;
	word-wrap: break-word;
}
#bg{
	width: 5px;
	float: right;
	cursor: pointer;
}
#s-instant{
	width: 5px;
}
#s-bg{
	margin-left: 2px;
	background-color: #f3b8bb;
	width: 1px;
}
#s{
	background-color: #e5c2c2;
	height:125px;
	width: 5px;
}
#s, #s-bg, #s-instant{
	position: absolute;
}
.s-hover{
	background-color: #f9cbcb !important;
}
.s-active{
	background-color: #fadfdf !important;
}