@charset "utf-8";
/* CSS Document */

#imgs{ /*quadro branco*/
	position:relative;   
	width:462px;   
	height:280px/*396px*/;   
	margin:50px 50px;   
	border:1px solid #000; 
	background:#FFF;
	float:left; 
} 

#imgs ul {   
	padding:0;   
	margin:0;   
	list-style-type:none;   
} 
#imgs a.gallery span {   
	position:absolute;   
	width:1px;   
	height:1px;   
	top:-1px;   
	left:-1px;   
	overflow:hidden;     
} 

#imgs a.gallery, #imgs a.gallery:visited {   /*Thumbs*/
	display:block;      
	border:1px solid #000;   
	margin:4px;         
}
   
#bloco1{
	width:280px;
	float:left;
}
#imgs a.slidea {   
	background:url(../images/r201p.jpg);   
	height:130px;   
	width:130px;   
}   
#imgs a.slideb {   
	background:url(../images/r202p.jpg);   
	height:130px;   
	width:130px;   
}   
#imgs a.slidec {   
	background:url(../images/r203p.jpg);   
	height:130px;   
	width:200px;   
}   
#imgs a.slided {   
	background:url(../images/r204p.jpg);   
	height:60px;   
	width:60px;   
	}     
#imgs a.slidee {   
	background:url(../images/r205p.jpg);   
	height:60px;   
	width:60px;   
} 
#bloco2{
	width:180px;
	float:left;
}
#imgs a.slidef {   
	background:url(../images/r206p.jpg);   
	height:60px;   
	width:100px;   
}     
#imgs a.slideg {   
	background:url(../images/r207p.jpg);   
	height:60px;   
	width:60px;   
}   
#imgs a.slideh {   
	background:url(../images/r208p.jpg);   
	height:130px;   
	width:170px;   
}   
#imgs a.slidei {   
	background:url(../images/r209p.jpg);   
	height:60px;   
	width:60px;   
	}     
#imgs a.slidej {   
	background:url(../images/r210p.jpg);   
	height:60px;   
	width:100px;   
}
   


#imgs li {   
	float:left;   
}   
#imgs a.gallery:hover {   /*Hover thumbs*/
	border:1px solid #0C0;   
} 
#imgs a.gallery:hover span {   
	position:absolute;   
	width:405px;   
	height:405px;   
	top:0px;   
	left:490px;   
	color:#fff;   
} 

#frase{
	font-size:medium;
	width: 600px;
	margin:0 auto;
	color:#FFF;
	clear:both;
	line-height:1.4em;
} 

 


