/*TAMANHO DA CAIXA */
#mygalone{ 
width: 532px; 
height: 365px;
}

/*BORDER DA CAIXA */
.stripViewer { 
position: relative;
overflow: hidden; 

}
.stripViewer ul { 
position: relative;
left: 0;
top: 0;
list-style-type: none;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:left;
}
.stripTransmitter ul { /* the auto-generated set of links */
position: relative;
list-style-type: none;
}

/*LARGURA DAS CAIXAS DE MENU */
.stripTransmitter ul li{ 
width: 11px;
float:left;
margin: 20px 2px 0px 0;
}

/*COR DOS NÚMEROS NA CAIXA DE MENU ACTIVO */

.stripTransmitter a{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#000033;
	text-decoration: none;
	display: block;
	outline:none;
	width: 11px;
	height: 11px;
	background-image: url(../media/gal02.png);
}

/*COR DOS NÚMEROS NA CAIXA DE MENU QUANDO PASSA EM CIMA */
.stripTransmitter a:hover { /* hover */
	background-image: url(../media/gal01.png);
	outline:none;
}


/*COR DOS NÚMEROS NA CAIXA DE MENU SEM CAIXA */
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background-image: url(../media/gal01.png);
	outline:none;
outline:none;
}
