﻿.div_contenedor_carrusel
{
	
	width:100% !important; 
	height: 150px !important;
	 background-color: White;
	 overflow: hidden;
	 z-index : 1;
	 clear:both;
}

.div_Properties 
{
	width:700px !important;
	height: 150px !important;
	float:left; 
	
	position: relative;
	overflow: hidden;

		
}
.div_tren
{
	width:700px ;
	/*border: solid 1px gray;*/
	height: 150px ;
	float:left; 
	position: absolute;
	z-index: -1;
   
	
	
}
.div_Imagen
{
	float:left;	
	
	margin: 0 2px 0 2px;
	text-align: center;
	text-transform: capitalize;
	width: 110px;
	color: Gray;
	font-size: x-small;
	font-family: Arial;
	cursor: hand;
	
}
.div_titulo_imagen
{
	float:left;
	clear:both; 
}
.div_Precio
{
	float:left;	
	text-align: center;
	width: 110px;
	color: Red;
	font-size: small;
	font-family: Arial;
	font-weight: bold;
	
}

.div_button_move
{
	float:left;
	width: 15px;
	height: 150px;
}

#Button1 
{
	width: 20px;
	height: 120px;
}

#Button2
{
	width: 20px;
	height: 120px;
}

