/* Prototype Scroller CSS */

#Scroller-MoreNews {
	position: relative;
	width: 227px;
}

#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:225px;
	width:10px;
	background-color:transparent;
	cursor:move;
	padding-left: 1px;
	border-left: 1px solid #dddddd;
}

#scrollbar_handle {
	width:6px;
	background:#fd8c00 url(drag.gif) no-repeat center center;
	cursor:move;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#Scroller-MoreNews-Content {
	overflow:hidden;
	width:222px;
	height:225px;
}

