#Example-3 {
	background:url(/img/top_girls_list_bg_01.gif);
	position: relative;
	width: 205px;
	height: 270px;
}

#Example-3-Content {
	position: absolute;
	top: 20px; 
	width: 205px;
	height: 230px;
	overflow: hidden;
}

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

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

#Example-3-Scrollbar {
	position: absolute;
	left: 180px;
	top:20px;
}

#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 21px; 
	height: 19px;
	background:url(/img/scroll/up_out.gif);
	font-size: 0px;
}

#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 205px;
	width: 21px;
	height: 19px;
	background:url(/img/scroll/down_out.gif);
	font-size: 0px;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 21px; 
	height: 185px;
	position: absolute;
	top: 19px;
	background:url(/img/scroll/slide.gif) no-repeat;
}

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

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 21px; 
	height: 32px;
	background:url(/img/scroll/slider.gif);
	background-color: #CCC;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
}

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

.scroll_point{
	display:block;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	background:url(/img/point_04.gif) left no-repeat;
	padding:0px 5px 0px 15px;
	margin-top:5px;
	margin-left:15px;
	}
	
.scroll_point a{
	text-decoration:none;
	color:#FFFFFF;
	}
	
.scroll_point a:hover{
	text-decoration:underline;
	color:#ffff88;
	}