        
        /* slider specific CSS */
		.sliderGalleryA {
			
	       overflow: hidden;
	       position: relative;
	       height: 145px;
	       width: 954px;
	       background-image: url(../images/galeria/bg.jpg);
	       background-repeat: no-repeat;
        }
		.sliderGallery {
	       overflow: hidden;
	       position: relative;
	       height: 145px;
	       width: 950px;
		   margin-left:2px;
        }
        /*.sliderGallery {
	       overflow: hidden;
	       position: relative;
	       padding: 6px;
	       height: 145px;
	       width: 954px;
	       background-image: url(../galeria/images/bg.jpg);
	       background-repeat: no-repeat;
        }*/
        .sliderGallery UL {
			position: absolute;
			list-style: none;
			overflow: none;
			white-space: nowrap;
			padding: 0;
			margin-top: 5px;
			margin-left:10px;
			height: 145px;
        }
       .sliderGallery LI {
            margin-right:29px;
			position: relative;
		
		}
        .sliderGallery UL LI {
            display: inline;
			
        }
        
        .slider {
            width: 936px;
            height: 18px;
            margin-top: 120px;
			margin-left: 10px;
            position: absolute;
		/*	top: 140px;*/
            background: url(../images/galeria/slider.png);
			background-repeat: no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: pointer;
            height: 17px;
            width: 133px;
            top: 0;
			left:20px;
			background: url(../images/galeria/handle_03.png);
			background-repeat: no-repeat;
            z-index: 100;
			
			
        }
        
        .slider span {
			color: #333;
			font-size: 7px;
			cursor: pointer;
			position: absolute;
			z-index: 110;
			top: 0px;
			width: 19px;
			font: 1em "Trebuchet MS", verdana, arial, sans-serif; 
         }
        
        .slider .slider-lbl1 {
	left: 53px;
        }
        
        .slider .slider-lbl2 {
	left: 461px;
        }
        
        .slider .slider-lbl3 {
	left: 750px;
        }

        .slider .slider-lbl4 {
	left:851px;
        }
		
	#nuevo {
	height:32px;
	width:31px;
	background-repeat:no-repeat;
	position: absolute;
	z-index: 900;
	background-image:url(../../images/galeria/nuevo_32x31.png);
	left: 0px;
	top: 30px;
	}
