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

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

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

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

	#scrollcontroll_scrolltrack {
		height: 290px;
		width: 10px;
		background: #DBDFD1;
	}

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

