.viewport {
	position: relative;
	padding: 10px;
	width: 98%;
	height: 97%;
	overflow: hidden;
	display: none;
}
.overview {
	position: relative;
	width: 98%;
	height: auto;
}

.scrollbar {
	position: absolute;
	width: 6px;
	padding: 2px;
	height: 97%;
	border: 1px solid #ccc;
	border-radius: 100px;
	right: 10px;
	opacity: 0.5;
	top: 6px;
	filter: alpha(opacity=50);
	cursor: pointer;
}

.scrollbar .handle {
	position: relative;
	width: 6px;
	left: 0;
	height: 100px;
	background: #ccc;
	border-radius: 100px;
}

.scroll-top, .scroll-bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 97%;
	height: 100px;
	background: transparent url('img/scroll-top.png') repeat-x;
	z-index: 99999;
}

.scroll-bottom {
	top: auto;
	bottom: 0;
	background: transparent url('img/scroll-bottom.png') repeat-x;
}
