#JScroller {
  clear: both;
  position: relative;
  margin:0px;
	padding:0px;


}

#JScroller-Content {
	position: absolute;
	top: 0px; 
	width: 190px;
	height: 190px !important;
	height: 200px;
	overflow: hidden;
	margin:0px;
	padding:0px;
}

#JScroller .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
	color:#000;
	margin:0px;
	padding:0px;

	}


#JScroller-Scrollbar {
	position: absolute;
	left: 195px;
		

}

#JScroller .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 11px; 
	height: 10px;
	background:url(../img/arrow_up_art.gif) no-repeat center;
	font-size: 0px;
}

#JScroller .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 180px !important;
	top: 190px ;
	width: 11px; 
    height: 10px;
	background:url(../img/arrow_down_art.gif) no-repeat center;
	font-size: 0px;
}

#JScroller .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 11px; 
	height: 170px !important;
	height: 180px;
	position: absolute;
	top: 10px;
	
}

#JScroller .Scrollbar-Track-Pressed {
	}

#JScroller .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
  position: absolute;
  width: 11px; 
  height: 35px;
  background-color: #CCC;
}

#JScroller .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
}

#JScroller .Scrollbar-Handle-Pressed{
	background-color: #AAA;
}

#JScroller .Scrollbar-Disabled {
	display: none;
}