#container 
	{ 
	border: 1px solid #999999;
	background-color: #444444;
	background: url(/root/jquery_productslider/pb_background.png) x-repeat;
    width: 916px;
    margin: 0px auto 0px auto;
    padding: 0px; 
    }

/* slider specific CSS */
.sliderGallery 
	{ 
	background-image: url(/root/jquery_productslider/pb_background.png) no-repeat;
    overflow: hidden;
    position: relative;
    padding: 10px 0px 0px 0px;
    height: 180px;
    width: 896px; 
    }

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

.sliderGallery ul li.sliderImage
	{ 
	padding-right: 8px; 
	display: inline; 
	}

.slider 
	{ 
	width: 896px;
    height: 17px;
    margin-top: 150px;
    margin-left: 0px;
    padding: 1px;
    position: relative;
    background: url(/root/jquery_productslider/pb_scrollbar.png) no-repeat; 
    }

.handle 
	{ 
	position: absolute;
    cursor: move;
    width: 213px;
    height: 17px;
    top: 0;
    background: url(/root/jquery_productslider/pb_scroller.png) no-repeat;
    z-index: 100; 
    }

.slider span 
	{ 
	color: #FFFFFF;
    font-size: 71%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 2px; 
    }

.slider .slider-lbl1 { left: 60px; }
.slider .slider-lbl2 { left: 207px; }
.slider .slider-lbl3 { left: 420px; }
.slider .slider-lbl4 { left: 580px; }
.slider .slider-lbl5 { left: 800px; }