td.content {
	width: 300px;
}

.Container {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 300px;
	height: 180px;
}
#Scroller-1 {
	position: relative;
	overflow: hidden;
	width: 290px;
	height: 180px;
}
.Scroller-Container {
	position: relative;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.Scrollbar-Track {
	width: 10px; 
	height: 140px;
	position: absolute;
	top: 20px; left: 295px;
	background-color: #d3c799;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 295px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 160px;
	left: 295px;
}
