.Scroller-Container {
	left:0;
	position:absolute;
	top:0;
}
.Scrollbar-Up {
	background-color:#fff;
	font-size:0;
	height:10px;
	position:absolute;
	width:10px;
	display:none;
}
.Scrollbar-Track {
	background-color:#fff;
	height:265px;
	position:absolute;
	top:0px;
	width:1px;
	left:4px;
}

html.Explorer7 .Scrollbar-Track {
	top:-10px;
}

.Scrollbar-Handle {
	background-color:#fff;
	height:80px;
	position:absolute;
	width:8px;
	left:-3px !important;
	margin:10px 0 0 0;
	cursor:pointer;
}
.Scrollbar-Down {
	background-color:#fff;
	font-size:0;
	height:10px;
	position:absolute;
	top:410px;
	width:10px;
	display:none;
}
#Scrollbar-Container {
	left:600px;
	position:absolute;
	top:50px;
}
#Container {
	height:265px;
	position:absolute;
	width:570px;
}
#Scroller-MainContent {
	height:265px;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:570px;
}


