h1 { 
	margin-bottom: 2px; 
}

#container {
	/*width: 580px;*/
}

/* slider specific CSS */
.sliderGallery {
	margin-left:40px;
	overflow: hidden;
	position: relative;
	height:130px;
	width: 560px;
	text-align:center;
}

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

.sliderGallery UL LI {
	display: inline;
}

.slider {
	width: 542px;
	height: 17px;
	margin-top: 85px;
	margin-left: 5px;
	padding: 1px;
	position: relative;
	background: url(../img/productbrowser_scrollbar_20070622.png) no-repeat;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(../img/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;
	
}



