.viewport {
	overflow: hidden;
	position: relative;
}

.overview {
	list-style: none;
	position: relative;
}

.scrollbar {
	position: absolute;
	filter: alpha(opacity = 25);
	opacity: 0.25;
	z-index: 1;
	right:-5px;
	top: 1px;
	bottom: 1px;
}

.scrollbar
,.track
,.thumb {
	width: 6px;
}

.track
,.thumb {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.track {
	height: 100%;
	position: relative;
	background: #ccc;
}

.thumb {
	height: 20px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;
}

/* this applies styles for the hover-scrolbar plugin jquery.hoverscrollbar.js */
/* styles are namespaced with '.hover-scrollbar' */

.hover-scrollbar {
	position: relative;
}

.hover-scrollbar .viewport {
	overflow: hidden;
	position: relative;
}

.hover-scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
}

.hover-scrollbar.hover .scrollbar
,.hover-scrollbar:hover .scrollbar {
	position: absolute;
	float: right;
	display: block; /* this is just to over-write previous scrollbar.css style */
	filter: alpha(opacity = 75);
	opacity: 0.75;
}

.hover-scrollbar .thumb {
	height: 20px;
	cursor: pointer;
}
