/* CSS Document */

#scrolling {
	position: relative;
	width: 300px;
	height: 228px;
}

#scrolling-Content {
	position: absolute;
	/*top: 10px; */
	width: 300px;
	height: 208px;
	overflow: hidden;
}

#scrolling .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}

/*#scrolling p {
	margin: 0; 
	padding: 0px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 20px;
	color: #777;
}*/

#scrolling-Scrollbar {
	position: absolute;
	left: 315px;
}

#scrolling .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#scrolling .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 190px;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#scrolling .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px; 
	height: 160px;
	position: absolute;
	top: 20px;
	background-color: #EEE;
}

#scrolling .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

#scrolling .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px; height: 30px;
	background-color: #CCC;
}

#scrolling .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
}

#scrolling .Scrollbar-Disabled {
	display: none;
}
