@charset "utf-8";
/* CSS Document */

#content1
{
	float:left;
	overflow:hidden;
	width:530px;
	height:270px;
}
.scrollbar-vert
{
	float:left;
	width:20px;
	height:270px;
	background:no-repeat url(scroll_bg.png);
}
.handle-vert
{
	width:20px;
	height:64px;
	background:url(scroll_item.png);
}
