		#flash{
			background:url(../images/geral/flash_outras.jpg) no-repeat;
			width:745px;
			height:146px;
			float:left;
			position:relative;
		}
		
		#link_pasta {
		float:left;
		}
		
		.sites {
		color:#9933CC;
		}
		
		.sites:hover {
		color:#CC99FF;
		}
		
		#topo {
			height:247px;
		}
		
		#conteudo h2,#ficha_tecnica h3 {
			font-size:16px;
			font-family:"verdana";
			font-weight:300;
			color:#940ab1;
		}
		
		#ficha_tecnica {
			width:500px;
			float:left;
			position:relative;
		}
		
		#ficha_tecnica h3 {
			margin-top:15px;
		}
		
		#ficha_tecnica p {
			top:5px;
			font-size:13px;
			color:#666666;
		}
		
		#depoimento {
			background:url(../images/fotos/depoimento.gif) no-repeat;
			float:right;
			width:240px;
			height:150px;
			right:20px;
			position:relative;
			top:20px;
			}
			
		#depoimento p {
			width:200px;
			top:40px;
			left:30px;
			position:relative;
			color:#666666;
		}
		
		.gallerycontainer{
			position: relative;
			width:700px;
			margin-top:5px;
			background:url(../images/fotos/noivinhos.gif) no-repeat 320px 100px;
			}
			
			.thumbnail img{
			border: 2px solid #be90c2;
			margin: 0 1px 1px 0;
			position:relative;
			}
			
			.thumbnail:hover{
			background-color: transparent;
			}
			
			.thumbnail:hover img{
			border: 2px solid #e4cb96;
			}
			
			.thumbnail span{ 
			position: absolute;
			background-color: #e4cb96;
			padding: 2px;
			margin-right:100px;
			border: 2px dashed #be90c2;
			visibility: hidden;
			color: #666666;
			text-decoration: none;
			}
			
			.thumbnail span img{ 
			border-width: 0;
			padding: 2px;
			}
			
			.thumbnail:hover span{ 
			visibility: visible;
			top: 0;
			left: 190px; 
			z-index: 50;
			}

