#scrollcontroll_contentmask {
		overflow: hidden;
		position: relative;
		height: 300px;
		width: 270px;
		padding-top: 0;
		padding-right: 10px;
		float: left;
	}

	#scrollcontroll_scrollcontainer {
		float: left;
		height: 300px;
		width: 10px;
		margin-left: 5px;
		display: none;
	}

	#scrollcontroll_scrollUpBtn {
		height: 10px;
		width: 10px;
		background-image: url(scroll_up.gif);
		margin-bottom: 5px;
	}

	#scrollcontroll_scrollDownBtn {
		height: 10px;
		width: 10px;
		background-image: url(scroll_down.gif);
		margin-top: 5px;
	}

	#scrollcontroll_scrolltrack {
		height: 270px;
		width: 10px;
		background-color: #e0e0e0;
	}

	#scrollcontroll_scrollknob {
		width: 8px;
		height: 25px;
		border: 1px solid #e0e0e0;
		background-color: #637279;
	}