﻿#Example-3 {
	position: relative;
	width: 200px;
	height: 275px;
}

#Example-3-Content {
	position: absolute;
	top: 10px; 
	width: 200px;
	height: 275px;
	overflow: hidden;
}

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

#Example-3-Scrollbar {
	position: absolute;
	left: 200px;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 12px; 
	height: 275px;
	position: absolute;
	top: 20px;
	background-color: #bde5ed;
}

#Example-3 .Scrollbar-Track-Pressed {
	background-color: #bde5ed;
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 12px;
	height: 48px;
	background-image:url(news_scroller.png);
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #d6f1f7; /* if is pressed and moving*/
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}


#Example-3 SPAN {font-weight: bold; color: #002313; }
#Example-3 UL { width: 195px; padding: 0; margin: 0; list-style-type: none; }
#Example-3 UL LI { padding-top: 10px; padding-bottom: 10px; margin:0; list-style-type: none; border-bottom: 1px dotted #002313; line-height: 18px; }