@charset "utf-8";
/* CSS Document */
#slides {
	margin-top:135px;
	}
.slides_container {
	width:524px;
	height:374px;
	overflow:hidden;
	position:relative;
	display:none;
	}
#slides .slide {
	width:524px;
	height:374px;
	display:block;
	}
.pagination {
	display:none;
	}
#slides .prev {
	width:49px;
	height:49px;
	position:absolute;
	margin-top:-430px;
	z-index:10;
	margin-left:220px;
	background-image:url(../img/btn.png);
	}
#slides .prev:hover{
	background-image:url(../img/btn-h.png);
	}
#slides .next {
	margin-left:280px;
	width:49px;
	height:49px;
	position:absolute;
	z-index:10;
	margin-top:-430px;
	background-image:url(../img/btn.png);
	}
#slides .next:hover{
	background-image:url(../img/btn-h.png);
	}
.producto{
	width:524px;
	float:left;
	position:relative;
	}
.foto{
	width:524px;
	height:374px;
	margin-left:10px;
	}
.precio{
	width:563px;
	height:45px;
	background-image:url(../img/precio.png);
	float:left;
	margin-top:-45px;
	position:relative;
	z-index:1;
	}
.precio p{
	font-size:20px;
	font-family:"Rokkitt";
	color:#FFF;
	text-decoration:none;
	margin-top:10px;
	margin-left:35px;
	}
.numero{
	font-family:"Lobster1.4";
	}
