


/* Folha de estilo para fazer o opacity da logomarca(carregando) tamanho e estilo da lista de imagens */

/* Não esquecer de fazer duas imagens para as setas uma normal e outra de over */

	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		padding-top:10px;
		position:static;
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/auto;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		height:102px;	/* Height of the images + 2 */
		border:0px;
		position:relative;
		overflow:hidden;
		padding:1px 1px 1px 1px;
		/* CSS HACK */
		height: 62px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/62px;	/* Other browsers */
		height: /**/62px;
				
	}
	#arrow_left{
		position:absolute; 
		left:0px;
		z-index:10;
		padding:0px;
		cursor:pointer;
	}
	#arrow_right{
		position:absolute; 
		right:-2px;
		z-index:10;
		padding:0px;
		margin:0px;
		cursor:pointer;
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
 	#waitMessage{
		display:none;
		width:122px;
		height:100px;
		position:absolute;
		left:45%;
		top:300px; 
		background-image:url(../../../imagens/carregando.gif);
		filter: alpha(opacity=70);
		-moz-opacity:.75;
		opacity:.75;"
		background-position:bottom;
		background-repeat:no-repeat;		
		border:0px double #000;
		padding:0;
		color:#FFFFFF;
		font-size:0.9em;
		font-family:Tahoma;	
	}
	
	#theImages .imageCaption{
		display:none;
	}