/* CSS Document */
#newsContent  {
    width: 650px;
    height:650px;
    overflow: hidden;
    float: left;
	margin-left:30px!important;
	margin-left:15px;
}
#scrollArea {
    float: left;
	width:11px;
    height: 650px;
    margin:0 0 0  10px;
}
#scrollBar {
    height:630px;
    background: url(../images/scroll_ln.gif) repeat-y top center;
}
#scrollKnob {
    width: 100%;
    height: 5px;
    /*padding-top: 5px;*/
	background:url(../images/scroll_knob.gif) center center no-repeat;
}
