
/* Mentras carga */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

/* Ventana onde se mostra a información */
.stripViewer { 
	position: relative;
	overflow: hidden; 
	width: 670px; /* Especificar tamén en .stripViewer .panelContainer .panel */
	height: 200px;
	float: left;
	margin: 0 50px;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { /* Cada un dos paneis */
	float:left;
	height: 100%;
	position: relative;
	width: 670px; /* Especificar tamén en .stripViewer*/
}

.stripNav { /* Pestañas xeneradas automáticamente con todos os paneis (oculto) */
	display: none;
	float: left;
}

/* Flechas adiante/atrás */
.stripNavL, .stripNavR {
	text-indent: -9000em;
	float: left;
	margin-top: 50px;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	background: url("../imx/ico_anterior.png") no-repeat center;
}

.stripNavR {
	background: url("../imx/ico_seguinte.png") no-repeat center;
}
