         /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            padding-top: 95px;
            width: 570px;
			height: 180px;
			margin: 0px auto 0px auto;
			color: #4b4b4b;
        }

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

        .sliderGallery UL LI {
            display: inline;
            overflow: auto;
         }
        .sliderGallery UL LI a{
        	text-decoration:none;

        }
        .labelIMG{
            position: relative;
            font-size: 110%;
            font-weight: bold;
            top: 7px;
            width: 100%;
            text-align: center;
            }
         img{border: none;}

        .slider {
            width: 570px;
            height: 9px;
            margin-left: 0px;
            padding: 0px;
            position: relative;
            top: 160px;
            z-index:0;
            background: url(../immagini/barra.gif) no-repeat;
        }

        .handle {
            position: absolute;
            cursor: move;
            height: 9px;
            width: 30px;
            top: 0px;
            background: url(../immagini/cursore.gif) no-repeat;
            z-index: 1;
        }

        .slider span {
            color: #fff;
            font-size: 90%;
            cursor: pointer;
            position: absolute;
            z-index: 2;
            top: 3px;
        }
        .slider a{
        	color: #ffffff;
        	border: none;
        	text-decoration: none;
        }

