
        
/* slider specific CSS  height: 175px;*/
.sliderGallery {
	padding-bottom:10px;
	overflow: hidden;
	position: relative;
	height: 200px;
	width: 900px;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery UL LI {
	display: inline;
}
/* margin-top: 160px;*/
.slider {
	width: 897px;
	height: 17px;
	margin-top: 175px;
	padding: 1px;
	position: relative;
	background: url(/images/test/sliderBar.gif) no-repeat;
}

.handle {
	position: absolute;
	cursor: move;
	height: 15px;
	width: 181px;
	margin-top:2px;
	top: 0;
	background: url(/images/test/sliderHandle.gif) no-repeat;
	z-index: 100;
}

.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}

.sampleLabel, .sampleLabelLast {
	width:100px; 
	font-size:10px;
	text-align:center;
}


		

