	#container {
		background-color: #fff;
		width: 580px;
		margin: 15px auto;
		padding: 50px;
	}
	
	/* slider specific CSS */
	.sliderGallery {
		background: white;
        overflow: hidden;
		position: relative;
		padding: 10px;
		height: 160px;
		width: 749px;
	}
	
	.sliderGallery UL {
		position: absolute;
		list-style: none;
		overflow: none;
		white-space: nowrap;
		padding: 0;
		margin: 0;
	}
	
	.sliderGallery UL LI {
		display: inline;
	}
	
	.slider {
		width: 749px;
		height: 17px;
		margin-top: 153px;
		margin-left: 5px;
		padding: 1px;
		position: relative;
		background: url(http://www.berninaokc.com/js/scrollerbar.png) no-repeat;
	}
	
	.handle {
		position: absolute;
		cursor: pointer;
		height: 17px;
		width: 181px;
		top: 0;
		background: url(http://www.berninaokc.com/js/scrollerhandle.png) no-repeat;
		z-index: 100;
	}
	
	.slider span {
		color: white;
		font-size: 80%;
		cursor: pointer;
		position: absolute;
		z-index: 110;
		top: 3px;
	}
	
	.slider .slider-lbl1 {
		padding-left: 100px;
	}
	
	.slider .slider-lbl2 {
		left: 200px;
	}
	
	.slider .slider-lbl3 {
		margin-left: 356px;
	}

	.slider .slider-lbl4 {
		margin-left: 400px;
	}

	.slider .slider-lbl5 {
		margin-left: 555px;
	}
