#wrapper {
	position:relative;	/* needed */
	z-index:1;			/* needed and important */
	height:100%;		/* needed */
	overflow:hidden;	/* suggested */
}

#scroller {
	float:left;
	width:665px;
}

.col {
	/* width:665px; */
	float:left;
}
	
.scrollbar {
	position: absolute;
	z-index: 10;
	width: 1px;
	height: 1px;
	border-width: 3px;
	/* -webkit-border-image: url(images/scrollbar.png) 3; */
}

.scrollbar.horizontal {
	bottom: 1px;
	left: 1px;
}

.scrollbar.vertical {
	top: 1px;
	right: 1px;
}
