/* CSS Document */
div.scroller {
	width: 530px;
	height: 280px;
}

div.scrollerNews {
	width: 530px;
	height: 280px;
}

div.scroller .content {
	height: 280px;
	width: 475px;
	overflow: hidden;
	float: left;
}

div.scrollerNews .content {
	height: 280px;
	width: 475px;
	overflow: hidden;
	float: left;
}

div.scrollerNews .contentNews {
	height: 395px;
	width: 505px;
	overflow: hidden;
	float: left;
}

div.scroller .scrollarea {
	height: 280px;
	width: 21px;
	float: left;
	cursor: pointer;
}

div.scrollerNews .scrollarea {
	height: 280px;
	width: 21px;
	float: left;
	cursor: pointer;
}

div.scroller div.scrollBarContainer {
	height: 240px;
	margin-left:5px;
}

div.scrollerNews div.scrollBarContainer {
	height: 360px;
	margin-left:0px;
}

div.scroller .scrollKnob {
	display:none;
	width: 5px;
	margin: 1px;
	border: 1px solid #f8459d;
	background: #fe7cbc;
	min-height: 10px;
}

div.scrollerNews .scrollKnob {
	display:none;
	width: 5px;
	margin: 1px;
	border: 1px solid #f8459d;
	background: #fe7cbc;
	min-height: 10px;
}

div.scroller .scrollBack {
	width: 17px;
	margin: 1px;
	background-image:url(image/upScroll.jpg);
	background-repeat:no-repeat;
	height: 16px;
}

div.scrollerNews .scrollBack {
	width: 17px;
	margin: 1px;
	background-image:url(image/upScroll.jpg);
	background-repeat:no-repeat;
	height: 16px;
}

div.scroller .scrollForward{
	width: 17px;
	margin: 1px;
	background-image:url(image/downScroll.jpg);
	background-repeat:no-repeat;
	height: 16px;
}

div.scrollerNews .scrollForward{
	width: 17px;
	margin: 1px;
	background-image:url(image/downScroll.jpg);
	background-repeat:no-repeat;
	height: 16px;
}