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

#container0 {
	position	: absolute;
	top			: 10px;
	left		: 25px;
	width		: 405px;
	height		: 333px;
	overflow	: hidden;
	border		: 1px solid #999;
}

#content0 {
	position	: relative;
	width		: 405px;

}

#scrollArea0 {
	position	: absolute;
	left		: 432px;
	top			: 10px;
	height		: 333px;
	width		: 15px;
	border		: 1px solid #999;
	background	: #d0cfcf  center bottom no-repeat;
	overflow	: hidden;
}

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

#container1 {
	position	: absolute;
	top			: 10px;
	left		: 470px;
	width		: 227px;
	height		: 152px;
	overflow	: hidden;
	border		: 1px solid #999;
}

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

#content1 p {
	font-size	: 11px;
}

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

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

#container2 {
	position	: absolute;
	top			: 177px;
	left		: 470px;
	width		: 227px;
	height		: 164px;
	overflow	: hidden;
	border		: 1px solid #999;
}

#content2 {
	position	: relative;
	width		: 227px;
	left		: 5px;
}

#scrollArea2 {
	position	: absolute;
	left		: 699px;
	top			: 177px;
	height		: 164px;
	width		: 15px;
	background	: #d0cfcf  center bottom no-repeat;
	border		: 1px solid #999;
	overflow	: hidden;
}

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

