        /* slider specific CSS */
        .sliderGallery {
            background: url(../images/cara_bk.gif) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 0px;
            height: 163px;
            width: 950px;

        }
        
        .sliderGallery ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery ul li {
			padding:0px 0px 0px 0px;
            margin:0px 0px 0px 0px;
            display:inline;
        }
        
 		.sliderGallery ul li img {
			padding:0px 0px 0px 0px;
            margin:0px 6px 0px 6px;
			width:107px;
			height:111px;
        }

     	.sliderGallery ul li a img{ 
			padding:5px 0px 0px 0px;
			filter: alpha(opacity=60);
    		opacity: 0.60;
		}

 		.sliderGallery ul li a:hover img{ 
			filter: alpha(opacity=100);
    		opacity: 1.00;
		}

        .slider {
            width: 950px;
            height: 20px;
            margin-top: 116px;
            margin-left: 0px;
            padding: 0px;
            position: relative;
            background: url(../images/cara_bar.gif) no-repeat;
        }
         * + html .slider {
            top:116px;
       }
         * html .slider {
            top:116px;
       }

        .handle {
            position: absolute;
            cursor: move;
            height: 20px;
            width: 179px;
            top: 0;
            background: url(../images/cara_scrollbar.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #fff;
            font-size: 11px;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 4px;
			display:block;
        }
        
        .slider .slider-lbl1 {
            left: 150px;
        }
        
        .slider .slider-lbl2 {
            left: 425px;
        }
        
        .slider .slider-lbl3 {
            left: 700px;
        }