@charset "utf-8";
.images {
}

 
        #container {
	background-color: #fff;
	width: 960px;
	margin: 15px auto;
	padding: 50px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
	overflow: hidden;
	position: relative;
	height: 150px;
	width: 945px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 8px;
	margin-left: 10px;
        }
        
        .sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	float: left;
        }
        
        .sliderGallery UL LI {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	width: 116px;
	padding-top: 3px;
	height: 160px;
        }
        
        .slider {
	width: 940px;
	height: 17px;
	margin-top: 130px;
	margin-left: 5px;
	padding: 1px;
	position: relative;
	background-image: url(../images/productbrowser_scrollbar_20070622.png);
	background-repeat: no-repeat;
        }
        
        .handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	z-index: 100;
	background-image: url(../images/productbrowser_scroller_20080115.png);
	background-repeat: no-repeat;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
        .slider .slider-lbl1 {
            left: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }
 
        .slider .slider-lbl4 {
            left: 280px;
        }
 
        .slider .slider-lbl5 {
            left: 455px;
        }

