.Container {float:left;width: 490px; height:335px; padding-left:0px; padding-bottom:0px;}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width:490px;
	height:335px;
}
#Scroller-1 p { padding:0; margin:0;
}
.Scroller-Container
 {
  position: absolute;
  top: 0px; left: 0px;
}
#Scrollbar-Container{ 
}
.Scrollbar-Track {

	width:6px;
	height:335px;
	position:relative;
	top:0px;right:-515px;*right:-25px;
	background-color:#c3c3c3;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:0px;
	margin-bottom:0px;
}

.Scrollbar-Handle 
{
  
    position:absolute;
	*position:relative;
	 padding-top:0px; padding-left:0px; padding-bottom:0px; width:6px; cursor:pointer;
}

