
	#slideshow{
		width:200px;	/* Total width of slideshow */


	}
	

	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 100px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/100px;	/* Other browsers */
		height: /**/100px;
		
		/* CSS HACK */
		width: 633px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/633px;	/* Other browsers */
		width: /**/633px;
				
		
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:10px;
	}
	#galleryContainer #arrow_up{
		height:10px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:190px;	/* Height of boxes for the images */
		width: 548px;
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:0px;	/* Tamanho interno do div de conteudo */
		
		
	}
	#theImages img{
		border:0px;	/* No border */
		}

