#scroll-container {
	overflow: hidden;
	height: 210px;
	width:425px;
	position: relative;
	top:-5px;
	padding-right: 32px;
	margin-left:10px;
}
#scroll-content {
	position: relative;
	top: 0;
}
#scroll-controls {
	position: absolute;
	top: 0;
	right: 0;
	height: 210px;
	width: 29px;
	background-color:#1d1e1b;
	z-index:2000;
}
#scroll-controls a.up-arrow {
	display: block;
	height: 14px;
	width: 29px;
	background: transparent url(images/up.png) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
}
#scroll-controls a.up-arrow:hover {
	background: transparent url(images/up-hover.png) no-repeat scroll left top;
}
#scroll-controls a.down-arrow {
	display: block;
	height: 14px;
	width: 29px;
	background: transparent url(images/down.png) no-repeat scroll left top;
	position: absolute;
	bottom: 0;
	left: 0;
}
#scroll-controls a.down-arrow:hover {
	background: transparent url(images/down-hover.png) no-repeat scroll left top;
}
