#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav{
	left: 0;
	width: 130px;
	height:25px;
	z-index: 10;
	clear:both;	
	margin:auto;
	padding-top: 10px;
}
	
#imageDataContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
	
#prevLink { width: 58px; height: 25px; left: 0; padding-right: 10px; float: left; background: url(../imagenes/images/anterior.gif) left 0% no-repeat; }
#nextLink { width: 62px; height: 25px; right: 0; float: right; background: url(../imagenes/images/siguiente.gif) right 0% no-repeat; }

#prevLink:hover { background: url(../imagenes/images/anterior.gif) left 0% no-repeat; }
#nextLink:hover { background: url(../imagenes/images/siguiente.gif) right 0% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
}

#imageDataContainer2{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0 auto;
	line-height: 34px;
	height: 32px;
}
 
#imageData #imageDetails{ width: 70%; float: left; text-align: left; line-height: 15px; height: 15px; margin: 10px 0 0 10px;}	
#imageData #literef{ font-weight: bold; color:#000; font-size: 110%; float:left;	}
#imageData #oferta, #imageData #novedad{ width: 72px; height: 15px; float: left; margin: 0 0 0 8px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}	

#imageDataContainer2 #precio{ line-height: 15px; height: 15px; text-align: left; font-weight: bold; color:#000; font-size: 100%; float:left; margin: 10px 0 10px 20px;}

#imageDataContainer2 #stock{ line-height: 15px; height: 15px; text-align: left; color:#000; font-size: 100%; float:left; margin: 10px 0 10px 20px;}

/* Formulario */
#imageDataContainer2 form{ 
	font-family: "Lucida Sans Unicode";	
	text-align: left; 
	color:#000; 
	font-size: 100%;	
	float: right; 
	margin: 7px 12px 5px 0;
	height: 22px;
}

#imageDataContainer2 form input{ 
	height: 14px;
	line-height: 14px;
	float: left;
}

#imageDataContainer2 form input.uds{ 
	width: 50px; 
}

#imageDataContainer2 form label{ 
	color: #94948F; 
	font-size: 90%;	
	float: left;
	margin: 0 5px 0 0;
	font-size: 90%;
	line-height: 24px;
	height: 18px;	
}

#imageDataContainer2 form input#b_comprar{
	background-image: url("../imagenes/comprar.gif");
	border: 0px;
	color: #fff;
	height: 18px;
	line-height: 13px;	
	font-size: 90%;
	width: 60px;
	text-align: center;
	margin: 0 0 0 5px;		
}
	
#imageData #bottomNavClose{ 
	width: 20px; 
	float: right; 
	padding-bottom: 8px; 
	padding-top: 10px;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	
	