#gallery {
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
	padding-top: 10px;
	height: 160px;
	width: 620px;
	border: 1px solid #ccc;
}

#gallery ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#gallery ul li {
	display: inline;
}

#gallery ul li img {
	max-height: 120px;
}

.slider-off {
	display: none;
}

.slider {
	position: absolute;
	bottom: 0;
	width: 620px;
/*	padding: 0 12px;*/
/*	z-index: 99;*/
	/* bespoke to your own solution */
	height: 17px;
	background: #f3f3f3 url(/assets/ui/bkg-scroll.gif) no-repeat top left;
	border-top: 1px solid #ccc;
}

.handle {
	position: absolute;
	cursor: hand;
	bottom: 2px;
/*	z-index: 100;*/
	/* bespoke to your own solution */
	height: 13px;
	width: 43px;
	background: transparent url(/assets/ui/btn-scroll.gif) no-repeat top left;
}

.handle span {
	position: absolute;
	left: -1000px;
}
