/**
 CARRUSEL
 */
 
#carro1 {
	width:207px;
	height:200px;
	margin:0px;
	padding:0px;
	}
	
#carro2 {
	width:207px;
	height:200px;
	margin:0px;
	padding:0px;
	z-index:3;
	}
	
.top-carro {
	overflow:hidden;
	display:block;
	background-color;
	width:207;
	height:80px;
	background:url(../img/portada/fondo-carro-top.gif) no-repeat #FFFFFF;
	padding: 0 10px 1px 10px;
	z-index:6;
	}
	
.top-carro img {
	width:188px;
	}
	
#blanco-carro {
	background:#FFFFFF;
	height:5px;
	}
		
.jcarousel-container {
    position: relative;
	margin:0px;
	padding:0px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 207px;
    height: 80px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 
.jcarousel-next {
    z-index: 3;
   /display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
*/






/*
································
EDICION DE ORIGINAL
...............................
*/

#carro-menu {
	z-index:5;
	position:relative;
	margin-top: -90px;	
	}
	
#elmesde .flechitas2 {
	/*background: url(../img/portada/bajoflechas.gif) no-repeat bottom;*/
	height: 35px;
	/*width: 207px;*/
}
#elmesde .flechitas2 li {
	line-height:35px;
	height: 35px;
	float: left;
	display: block;
	width:33px;
}
#elmesde .flechitas2 li.elmesdeproductoactual {
	text-align: center;
	width: 134px;
	color: #55AB00;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 35px;
	height: 35px;
}

.numero-oferta {
	text-align: center;
	background: url(../img/portada/bajoflechas.gif) no-repeat bottom;
	display:block;
	/*width: 207px;*/
	color: #55AB00;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 35px;
}

#elmesde .flechitas2 a {
	background: url(../img/portada/flechita-izquierda.gif) no-repeat left top;
	height: 21px;
	width: 20px;
	text-indent: -99999px;
	display: block;
	margin-left: 10px;
	margin-top: 5px;
}
#elmesde .flechitas2 .flechita-der2 a { background: url(../img/portada/flechita-derecha.gif) no-repeat top left;
	height: 21px;
	width: 20px;
	text-indent: -99999px;
	display: block;
	margin-top: 5px;
	margin-left: 145px;
}

#elmesde .flechitas2 a:hover { background-position: left -21px; }