@charset "utf-8";
/* CSS Document */

.clear {
	clear: both;
}

#contenedor-banner {
	width: 530px;
	position: relative;
	padding-left: 10px;
}

#menu-slider{
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
}

#menu-slider a {
 text-decoration: none;
 color: #fff;
 display: block;
 font-weight: bold;
 width: 10px;
 background-image:url(../images/oscuro-trans.png);
 _filter: alpha(opacity = 50);
 _zoom: 1;
}


#menu-slider a em {
	display:none;
}

#menu-slider a:hover {
 text-decoration: none;
 color: #fff;
 display: block;
 padding: 0px 20px 0 0;
 font-weight: bold;
 width: 150px;
  background-image:url(../images/oscuro-trans.png);
 _filter: alpha(opacity = 50);
 _zoom: 1;
}

#menu-slider a:hover em {
	display: inline;
}

#slider {
  width: 520px;
  _width:500px;
  padding: 0;
}

.scroll {
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  width:520px;
  _width:500px;
}

.scrollContainer div.panel {
  width: 520px; /* change to 560px if not using JS to remove rh.scroll */
  _width:500px;
  position: relative;
}

.scrollContainer div.panel a img {
	border: none;
}

.comprar-banner {
	position: absolute;
	bottom: 5px;
	right: 5px;
	_right: 40px;
}
