@charset "utf-8";

/* CSS Document */



/* container for slides */

.images {

	position:relative;	

	height:245px;

	

	width:auto;

	float:left;	

	cursor:pointer;



}





/* single slide */

.into {

	position:relative;

	width:auto;

	height:145px;

}

.item{
	position:relative; 
	float:left; 
	width:170; 
	height:250; 
	background:#ccc;
	background:url(../imgs/fnd_producto.png ;
	background-repeat:no-repeat;
	margin:9.5px;
	padding:8px;
}



.prod{

	position:relative; 

	float:left; 

	width:auto; 

	height:auto; 

	background:#999;

	background:url(../imgs/fnd_producto.png);

	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:77px;

	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;		

}


