/* CSS Document */
div.scroller_Home {
	width: 636px;
	height: 430px;
	float:left;
	margin-left:20px;

}
div.scroller_Home .content_Home {
	height: 430px;
	width: 608px;
	float: left;

}

div.scroller_Home .scrollarea_Home {
	height: 430px;
	width: 21px;
	float: left;
	cursor: pointer;
}
div.scroller_Home div.scrollBarContainer_Home {
	height: 430px;
	margin-left:15px;
	border: 1px solid #FEE579;
	width:10px;
}
div.scroller_Home .scrollKnob_Home {
	width: 10px;
	background: #153121;
	border-top: 1px solid #FEE579;
	border-bottom: 1px solid #FEE579;
	min-height: 10px;
}
div.scroller_Home .scrollBack_Home {
	width: 17px;
	margin: 1px;
	background-image:url(image/upScroll.jpg);
	background-repeat:no-repeat;
	height: 16px;
}

div.scroller_Home .scrollForward_Home{
	width: 17px;
	margin: 1px;
	background-image:url(image/downScroll.jpg);
	background-repeat:no-repeat;
	height: 16px;
}

