#homeCarrusel {
	display:inline;
	width:316px/*316*/;
	height:119px/*119*/;
	overflow:hidden;
	background:#FFFFFF;
}
	#hcBtnLeft {
		float:left;
		display:inline;
		margin-top:19px;
	}
	
	#hcBtnRight {
		float:right;
		display:inline;
		margin-top:19px;
	}
	
	#hcVentana {
		position:relative;
		width:276px;
		height:110px;
		overflow:hidden;
	}
		#hcProductos {
			position:absolute;
			left:0;
			width:276px;
		}
			#hcProductos img {float:left}
		#hcLoading {
			text-align:center;
			padding:27px 120px;
			width:36px/*276*/;
			height:59px/*119*/;
		}


