/* CSS Document */
div.scroller_Home {
	width: 593px;
	/*width: 610px;*/
	height: 380px;
	float:left;
	margin-left:25px;
}
div.scroller_Home .content_Home {
	height: 380px;
	width: 572px;
	/*width: 637px;*/
	float: left;
}

div.scroller_Home .scrollarea_Home {
	height: 380px;
	/*width: 21px;*/
	width: 0px;
	float: left;
	cursor: pointer;
}
div.scroller_Home div.scrollBarContainer_Home {
	height: 380px;
	margin-left:5px;
	border: 1px solid #CCCCCC;
	width:10px;
}
div.scroller_Home .scrollKnob_Home {
	width: 10px;
	background: #CCCCCC;
	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;
}
