@charset "utf-8";
/* CSS Document */

/* container for slides */
.images {
	position:relative;	
	height:145px;
	
	width:840px;
	float:left;	
	margin:5px;
	cursor:pointer;

}


/* single slide */
.into {
	position:relative;
	width:835px;
	height:145px;
}

.item{
	position:relative; 
	float:left; 
	width:auto; 
	height:auto; 
	background:#999;
	background:url(../imgs/fnd_producto.png);
	margin:9.5px;
	padding:8px;
}

.prod{
	position:relative; 
	float:left; 
	width:auto; 
	height:auto; 
	background:#999;
	background:url(../imgs/fnd_producto.png);
	margin:9.5px;
	padding:8px;
}

/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:40px;
	background:#fff url(../imgs/nav.png) no-repeat;
	display:block;
	width:30px;
	height:70px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
}

/* next */
.forward 				{ background-position: 0 -72px; clear:right; }
.forward:hover 		{ background-position:-30px -72px; }
.forward:active 	 	{ background-position:-60px -72px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
