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

#container1 {
	position	: absolute;
	top			: 70px;
	left		: 300px;
	width		: 460px;
	height		: 370px;
	overflow	: hidden;
	border		: 1px solid #999;
	
	background-color:#000000;
}

#content1 {
	position	: relative;
	width		: 440px;
	left		: 5px;
}


#scrollArea1 {
	position	: absolute;
	left		: 762px;
	top			: 70px;
	height		: 370px;
	width		: 15px;
	border		: 1px solid #999;
	background	: #d0cfcf  center bottom no-repeat;
	overflow	: hidden;
}

#scroller1 {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: URL(../images/scroll_red.gif) center top no-repeat;
	/*border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;*/
}
