#nocookies {display:none;}

/* carrusel */

a.prev, a.next {
	    background: url(/ai/aiimagenes/carrusel2.png) no-repeat transparent;
	    xbackground-color:red;
	    width: 20px;
	    height: 20px;
	    display: block;
	    position: relative;
	}
a.prev {            
	    left: 4px;
	    top: -27px;
	    background-position: 0 -20px;
    }
a.prev:hover {      background-position: 0 0; }
a.next {
	    right: -810px;
	    top: -47px;
	    background-position: -20px -20px;
    }
a.next:hover {      background-position: -20px 0; }
	 
a.prev span, a.next span {
	    display: none;
	}
.clearfix {
	    float: none;
	    clear: both;
	}
	
ul#carrusel {padding:0; margin:0;}
	

