	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:8px;
		float: right;
	}
	#galleryContainer #arrow_up{
		height:8px;	/* Arrow up image */
		float: left;
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		width: 257px;
		height:312px;	/* Height of boxes for the images */
		background: url(imagens/fundoGaleria.jpg) no-repeat;
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:840px;	/* Higher than total height of thumbnails */
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		margin-bottom: 6px;
	}
	#theImages img.esquerda{
		margin-right: 0;
		float: left;
	}
	#theImages img.direita{
		margin-right: 0;
		float: right;
	}
	#theImages .imageCaption{
		display:none;
	}
