/* first control background-image: url(../images/scrollbar/scroll_up.gif); background-image: url(../images/scrollbar/scroll_down.gif);*/
#contentcontainer {
	height: 198px;
	width: 305px;	/*580 - 570*/
	_width: 300px;
	padding-top: 0;
	padding-right: 10px;
	overflow: scroll;
	overflow-x: hidden;
}

#control2_contentmask {
	overflow: hidden;
	position: relative;
	height: 198px;			/* hoehe */
	width: 305px;			/* breite - 475 */
	_width: 300px;
	padding-top: 0;
	padding-right: 0px;
	float: left;
}

#control2_scrollcontainer {
	float: left;
	height: 198px;			/* hoehe */
	width: 10px;
	margin-left: 0px;
	display: none;
}

/* Pfeil rauf */
#scrollUpBtn1 {	
	margin-bottom: 5px;
	display: none;
}

/* Pfeil runter */
#scrollDownBtn1 {
	margin-top: 5px;
	display: none;
}

/* scrollbar */
#scrolltrack1 {
	height: 168px;			/* hoehe - 30*/
	width: 10px;
	background-color: #f7f4eb;
	display: none;
}

/* scroller */
#scrollknob1 {
	width: 8px;
	height: 25px;
	border: 1px solid #e0e0e0;
	background-color: #867460;
}