body, html { width: 100%; height: 100%;  }

#scroll { height: 100%; overflow: hidden; }

#fundo_lightbox { position: absolute; width: 100%;  height: 100%; overflow: hidden; background: none; z-index: 99999;/*COLOCAR FUNDO PRETO  E ATIVAR OPACIDADE CASO PRESCISE DO EFEITO LIGHTBOX   filter: alpha(opacity=90); opacity: 0.9; */ }


#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}
#sbox-window embed, #sbox-window object, #sbox-window select
{
	visibility:				visible;
}

#sbox-overlay
{
	position:				absolute;
	background-color:		#000;
}

#sbox-window
{
	position:				absolute;
	background-color:		#fff;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
	

}

#sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(../imagens/closebox.png) no-repeat center;
	border:					none;
}

.sbox-window-ie6 #sbox-btn-close
{
	background-image:		url(../imagens/closebox.gif);
}

.sbox-loading #sbox-content
{
	background-image:		url(../imagens/spinner.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content
{
	clear:					both;
	overflow: 				auto;
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}

.demo-images
{
	list-style:				none;
	margin:					0;
}
 
.demo-images li
{
	float:					left;
	padding:				5px;
	width:					100px;
	height:					100px;
	text-align:				center;
}