/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

#myScrollNews {
	height: 250px;
	margin: 0 18px;
	padding: 0;
	outline: none;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}

/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {
	visibility: visible !important;
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */

/* And style your scrollbar like you normally do */
#myScrollNews .vscrollerbase {
	width: 18px;
}

#myScrollNews .vscrollerbasebeg {
	background: url(../images/up.gif) no-repeat left top;
	width: 18px;
	height: 18px !important;
}

#myScrollNews .vscrollerbaseend {
	background: url(../images/down.gif) no-repeat left top;
	width: 18px;
	height: 18px !important;
}

#myScrollNews .vscrollerbar {
	padding: 18px;
	width: 18px;
	background: #E8E8E8;
}

#myScrollNews .vscrollerbarbeg {
	background: url(../images/sctop.gif) no-repeat left top; 
	width: 18px;
	height: 18px !important;
}

#myScrollNews .vscrollerbarend {
	background: url(../images/scbottom.gif) no-repeat left top;
	width: 18px;
	height: 18px !important;
}

/* Scroll Bar Master Styling Ends Here */
