/*ESTILOS SCROLL VISTA PREVIA IMAGENES HOME.........................................................................................*/
#contenedor_ligtbox { width:461px; height:95px; background:url(imagenes/fondo_ligtbox.png) no-repeat 0 0; padding:13px 0 0 15px;}
	.scrollable {width:390px; height:94px; position:relative; overflow:hidden; float:left; padding:0;	}
	.scrollable .items {width:20000em; position:absolute; clear:both;}
		.scrollable img { width:107px; height:70px; float:left; margin:0; padding:0; cursor:pointer; }
		.scrollable .active { z-index:9999; position:relative;}


/*ESTILOS BOTONES.......................................................................................*/

/* prev, next, prevPage and nextPage buttons */
a.browse {	
	display:block;
	width:18px;
	height:19px;
	float:left;
	margin:32px 10px 0 10px;
	cursor:pointer;	
}

/* right */
a.right { background:url(imagenes_navegacion/btn_next_ligtbox.png) no-repeat 0 0; clear:right; margin-right: 0px;}
a.right:hover { background-position:0px -19px; }
a.right:active 	{ background-position:0px -19px; } 


/* left */
a.left {  background:url(imagenes_navegacion/btn_prev_ligtbox.png) no-repeat 0 0; margin-left: 0px; } 
a.left:hover  { background-position:0px -19px; }
a.left:active { background-position:0px -19px; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


/*RECTIFICACIONES.....................................................................................................*/

.items img {
	margin:0;
}


.items a {
	display:block;
	float:left;
	margin:5px 11px 0 11px;
} 

