/* 08-04 */
	/* LIGHTBOX */	
	.overlay_alphacube {
		background-color: #000;
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		border: auto; 
		margin: auto;
		padding: auto;
	}
	
	.alphacube_content {
		overflow:auto;
		color: #000;
		font-family: Tahoma, Arial, sans-serif;
		font: 12px arial;
		background: transparent url(../images/lightbox/bg_lightbox2.gif) top left no-repeat;
	}
	
	.dialog { display: block; position: absolute; }
	.dialog .top { display: none; }
	
	.lightbox1 { width: 100%; height: 100%; position: relative; background: transparent url(../images/lightbox/bg_lightbox2.gif) top left no-repeat; }
	
	
	#filme { background: #DDECC6 none repeat scroll 0%; }
	
	.flashHolder { padding-left: 12px; }
	.flashHolder img { border: none; }
	.flashHolder .fechar { text-align: right; padding-right: 11px }
