﻿@charset "utf-8";
#Example-3 {
	position: relative;
	width: 410;
	height: 320px;
	/*background-color: #EEE;*/
}

#Example-3-Content {
	position: absolute;
	top: 10px; 
	width: 400;
	height: 330px;
	overflow: hidden;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 398px;
}

#Example-3 p {
	margin: 0; 
	padding: 0px 20px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	color: #666666;
}

/*滚动条的位置*/
#Example-3-Scrollbar {
	position: absolute;
	left: 410;
}

/*滚动条上面的颜色*/
#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 10px; 
	height: 10px;
	background: url(Scrollbar-Up.gif) top center no-repeat;
	font-size: 12px;
}

/*滚动条底面的颜色*/
#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 340px;
	width: 10px; height: 10px;
	background: url(Scrollbar-Down.gif) top center no-repeat;
	font-size: 0px;
}

/*滚动条bg的颜色*/
#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px; 
	height: 330px;
	position: absolute;
	top: 10px;
	background-color: #bdbcc1;
}

#Example-3 .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

/*滚动条的颜色*/
#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px; height: 45px;
	background-color: #000;
}

/*单击流动条的颜色*/
#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #333334;
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}
