/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	background: url('left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
.precioF {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #06C;
}
.espacio {
	padding-right: 6px;
	padding-left: 6px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}
#precio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06F;
	text-align: left;
}
div.jMyCarousel .next{
	background: url('right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
div.jMyCarousel .up{
	background: url('../../img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../../img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/** carousel 1 **/
div.jMyCarousel ul li{
	border:1px solid #fff;
	line-height:14px;
	text-align: center;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}
.precio {
	text-align: left;
}
.Titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 10px;
}
.Modelo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

A:link {font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 14px;
	text-decoration: none; }
	
A:hover  {font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 14px;
	text-decoration: none; }
	
A:visited  { font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333;
	font-size: 14px;
	text-decoration: none; }