﻿#Example-3 {
	position: relative;
	float:left;
	width: 530px;
	height: 300px;
	
}
.Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: relative;
	top: 300px;
	width: 0px; height: 0px;
	background-color: #CCC;
}
.Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: relative;
	width: 0px; 
	height: 0px;
	background-color: #CCC;
}


.Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 2px; 
	height: 320px;
	position: relative;
	background-color: #CCC;
}

#Example-3-Content {
	position: relative;
	height: 320px;
	overflow: hidden;
}
#Example-3 .Scroller-Container {
	position: relative;
	top: 0px; 
	left: 0px;
	line-height:15px;
	text-align:justify;
}

#Example-3 p {
	margin: 0; 
	padding: 0px 20px 10px;
	line-height:17px;
	text-indent: 20px;
	color: #777;
}

#Example-3-Scrollbar {
	position: relative;
	left:535px;
	width:2px;
}


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

.Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
 	cursor:pointer;
 	cursor:hand;
	position: relative;
	width: 2px; 
	height: 20px;
	background-color: #000000;
}

.Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #000000;
}
.browserIE6{
	top:-320px;
}
.browserIE61{
	top:-300px;
}

.Scrollbar-Disabled {
	display: none;
}
