	body{
		margin:0px;
		margin-top:18px;
		width:100%;
		text-align:center;
		background-color: #FFFFFF;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	#mainContainer{
	width:420px;
	text-align:left;
	background-color: #FFFFFF;
	padding:5px;
	border:3px solid #FF9900;
	margin: 0;
	
	}
	.clear{
		clear:both;
	}
	/* Ancho del divs para las fotos pequeñas */
	#editorialmegabyte_panel_one,#editorialmegabyte_arrows,#editorialmegabyte_thumbs{	
		width:170px;
	}
	#editorialmegabyte_panel_one{		
		float:left;	
	}
	#editorialmegabyte_thumbs{
		/* No cambie nada aquí */
		overflow:hidden;
		/* Altura del  div de la foto pequeña */	
		height:175px;	
		/* No cambie  nada aquí */
		position:relative;	
		float:left;
	}
	/* Div de la imagen grande  */
	#editorialmegabyte_largeImage{	
		/* Anchura*/
		width:220px;
		/* Altura*/	
		height:200px;	
		float:left;
		/* "Aire" */
		padding-left:6px;	
		padding-right:6px;	
	}
	/* Cuadro utilizado para conseguir la alineación horizontal como vertical de la imagen grande */
	#editorialmegabyte_largeImage table{	
		width:100%;
		height:100%;
		text-align:center;
	}
	/* Ampliar imagen */
	#editorialmegabyte_largeImage img{	
	/*Borde alrededor de la imagen grande*/
		border:3px solid #FF9900;	
	}
	
	/* Franja verticales de las fotos pequeñas */
	.strip_of_thumbnails{	
	/* Ancho */
		width:80px;	
	/* "Aire"*/	
		padding:5px;	
		position:absolute;

	}
	.strip_of_thumbnails div{
		width:80px;
		height:45px;
		padding:5px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border:0px;
		padding:4px;
	}
	/*Activar fotos pequeñas*/
	.strip_of_thumbnails .activeImage{	
	/* Borde alrededor de la foto pequeña */
		border:2px solid #FF9900;	
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#editorialmegabyte_thumbs_inner{
	/* Nunca cambie nada aquí */
		position:relative;	
		width:1000px;
	}	
