		 #slider_container {
            background-color: #fff;
        }
        
        /* slider specific CSS */
        .sliderGallery {
            background: #ffffff;
            overflow: hidden;
            position: relative;
            padding: 0px;
			pading
            height: 150px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
			height:100px;
			left:1px;
        }
		
		 .sliderGallery UL img{
			margin-right:10px;
			margin-bottom:8px;
        }
        
        .sliderGallery UL LI {
            display: inline;
			height:220px;
        }
        
        .slider {
            width: 795px;
            height: 17px;
            margin-top: 128px;
            padding-right: 0px;
            position: relative;
            background-image:url(../images/slider_track.jpg);
			background-repeat:repeat-x;
			cursor: pointer;
			float:left;	
        }
        
        .handle {
            position: absolute;
            cursor: pointer;
            height: 17px;
            width: 29px;
            top: 0;
            background: url(../images/slider.jpg) no-repeat;
            z-index: 100;
        }

        
        /*.slider span {
            color: #fff;
            font-size: 100%;
            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;
        }*/
		
		#slide_column{
		width:90px;
		height:220px;
		float:left;
		}
		
		#slide_item{
		float:left;
		height:100px;
		width:90px;
		margin-bottom:10px;
		}
