/* CSS Document */
div.scrollerF {
	margin-top:5px;
	width:270px;
	height:15px;
	padding: 5px 5px 5px 5px;
	background-color:#FF99CC;
	color:#FFFFFF;
	text-align:right;
	overflow:hidden;
}
div.scrollerF .contentF {
	height: 250px;
	width: 249px;
	overflow: hidden;
	float: left;
}

div.scrollerF .scrollareaF {
	height: 250px;
	width: 21px;
	float: left;
	cursor: pointer;
}
div.scrollerF div.scrollBarContainerF {
	height: 215px;
	margin-left:5px;
}
div.scrollerF .scrollKnobF {
	display:none;
	width: 5px;
	margin: 1px;
	border: 1px solid #f8459d;
	background: #fe7cbc;
	min-height: 10px;
}
div.scrollerF .scrollBackF {
	width: 17px;
	margin: 1px;
	background-image:url(image/upScrollNews.jpg);
	background-repeat:no-repeat;
	height: 16px;
}

div.scrollerF .scrollForwardF{
	width: 17px;
	margin: 1px;
	background-image:url(image/downScrollNews.jpg);
	background-repeat:no-repeat;
	height: 16px;
}
