 #container {
            background-color: #fff;
            width: 930px;
            margin: 15px 0px -10px 0px;
            padding: 50px;
        }

        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            padding: 10px;
            width: 930px;
				height: 370px;
				margin: 25px auto 0px auto;
        }

        .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;
                  }

        .slider {
            width: 930px;
            height: 10px;
            margin-left: 0px;
            padding: 1px;
            position: relative;
            top: 350px;
            z-index:0;
            background: url(../immagini/barra.gif) repeat-x;
        }

        .handle {
            position: absolute;
            cursor: move;
            height: 10px;
            width: 40px;
            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;
        }


