.Container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 380px;
	padding-top:0px;
	z-index:0;
}
#Scroller-1 { 
    position: relative; 
    overflow: hidden;
    width: 280px;
    height: 380px;
}
.Scroller-Container {
    position: relative;
    top: 0px; 
    left: 0px;
	overflow:hidden
}
.Scrollbar-Track {
	width: 2px;
	height: 380px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #cbcccc;
}
.Scrollbar-Handle {
    position: absolute;
    top: 0px; 
    left: 0px;
    width: 12px; 
    height: 48px;
	background:url(../images/track.png) no-repeat;
	margin-left:-5px;
	cursor:pointer;
}
#Scrollbar-Container	{
	width: 12px;
	height: 380px;
	position:relative;
	top: -380px;
	left: 290px;
}	

