/* CSS Document */

.scrollable {
}

#scrollcontroll_contentmask {
	overflow: hidden;
	position: relative;
	/*max-height: 100px;*/
	width: 890px;
	padding-top: 0;
	padding-right: 10px;
	float: left;
}

#scrollcontroll_scrollcontainer {
	float: left;
	/*max-height: 100px;*/
	width: 10px;
	margin-left: 5px;
	display: none;
}

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

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

#scrollcontroll_scrolltrack {
	/*max-height: 100px;*/
	width: 10px;
	/*background-color: #A9BAC3;*/
}

#scrollcontroll_scrollknob {
	width: 8px;
	height: 25px;
	/*border: 1px solid #e0e0e0;*/
	cursor:n-resize;
	background-color: #637279;
}

