@charset "UTF-8";
/* CSS Document */
#Example-3-box {
		position: relative;
	width: 220px;
	height: 440px;
margin-top:20px;
	float: left;
	background-color: #fff;
}


#Example-3 {
	position: relative;
	width: 220px;
	height: 398px;
float: left;
	top: 10px; 
	background-color: #fff;
	border: 1px solid #cccccc;
}

#Example-3-header {
	background: url(./common/img/blogupdate.gif) no-repeat;
	height: 30px;
	width: 220px;
	margin: 0px;
	padding: 0px;
	float: left;
}

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

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

#Example-3 p {
	margin: 0; 
	padding: 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 20px;
	color: #000000;
}

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

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

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

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px; 
	height: 380px;
	position: absolute;
	top: 10px;
	background-color: #EEE;
}

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

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

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

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




