/* @override http://onehourofwork.com/slider-style.css */

h1 {
	margin-bottom: 2px;
}


/* slider specific CSS */

.sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 15px;
	height: 170px;
	width: 960px;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery UL LI {
	display: inline;
	height: 140px;
}

span.slidelabel {
	color: white;
	
}

li#latteart {
	color: white;
	
}

.slider {
	width: 930px;
	height: 17px;
	margin-top: 160px;
	margin-left: 5px;
	padding: 1px;
	position: absolute;
	background: url(images/productbrowser_scrollbar_20070622.png) no-repeat;
}

.handle {
	position: absolute;
	cursor: pointer;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(images/productbrowser_scroller_20080115.png) no-repeat;
	z-index: 100;
}

.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}

.slider .slider-lbl1 {
	left: 50px;
}

.slider .slider-lbl2 {
	left: 107px;
}

.slider .slider-lbl3 {
	left: 156px;
}

.slider .slider-lbl4 {
	left: 280px;
}

.slider .slider-lbl5 {
	left: 655px;
}
  