td.content {
	width: 400px;
}

div#right_panel {
	height: 577px;
	width: auto;
	overflow: hidden;
	background-color: white;
	background-image: url(images/flower.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.Container {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 360px;
	height: 320px;
}
#Scroller-1 {
	position: relative;
	overflow: hidden;
	width: 350px;
	height: 320px;
}
.Scroller-Container {
	position: relative;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
}
.Scrollbar-Track {
	width: 10px; 
	height: 280px;
	position: absolute;
	top: 20px; left: 355px;
	background-color: #d3c799;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 355px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 300px;
	left: 355px;
}
