@charset "utf-8";
/* CSS Document */
/* Estilos generales */
#wrapp {
	width: 370px;
	text-align: left;
	font-size: 18px;
	margin: 5px auto;
	color: #000;
/*	border:1px solid red;*/
}
/* Caja de la foto grande */
.stripViewer {
	position: relative;
	overflow: hidden; 
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 350px; 
	height: auto;
}
.stripViewer ul { 
	position: relative;
	left: 0px;
	top: 0px;
	width: 11101px;
	list-style-type: none;
}
.stripViewer ul li {
	float:left;
	/*border:1px solid #CCCCCC;*/
	height:350px;
}
/* Cajas de los numeros */
.stripTransmitter {
	overflow: auto;
	width: 1%;
	margin-left: auto;
	margin-right: auto;
}
.stripTransmitter ul {
	position: relative;
	list-style-type: none;
}
.stripTransmitter ul li{ 
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
}
.stripTransmitter a {
	font: bold 10px Arial;
	text-align: center;
	line-height: 22px;
	background: #999;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.stripTransmitter a:hover { 
	background: #CCC;
	color: #FFF;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { 
	background: #FFF;
	color: #FF0000;
}