/* slider specific CSS */
.sliderGallery {
		background:#000;
		overflow: hidden;
		position: relative;
		padding: 15px 0 0 0;
		height: 290px;
		width: 900px;
}

.sliderGallery UL {
		position: absolute;
		list-style: none;
		overflow: none;
		white-space: nowrap;
		padding: 0;
		margin: 0;
}

.sliderGallery UL LI {
		display: inline;
}

.slider {
		width: 880px;
		height: 17px;
		top: 250px;
		left: 0px;
		padding: 1px;
		position: relative;
		background: url('../images/sliderBG.jpg') no-repeat;
}

.handle {
		position: absolute;
		cursor: move;
		height: 17px;
		width: 181px;
		top: 0;
		background: url('../images/scroller_button.png') no-repeat;
		z-index: 100;
}

.slider span {
		color: #fff;
		font-size: 70%;
		font-family: Arial, Helvetica, sans-serif;
		cursor: pointer;
		position: absolute;
		z-index: 110;
		top: 3px;
}

.slider .slider-lbl1 {
		left: 60px;
}

.slider .slider-lbl2 {
		left: 290px;
}

.slider .slider-lbl3 {
		left: 490px;
}

.slider .slider-lbl4 {
		left: 730px;
}

.slider .slider-lbl5 {
		left: 730px;
}
