/* CSS Document */

#slider {

	/* You MUST specify the width and height */
	width:300px;
	height:186px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:700px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
table.busca td.busca {
	width: 128px;
	text-align: left;
	height: 15px;
	font-size:12px;
}	
td.busca {
	width: 128px;
	text-align: left;
	height: 15px;
	font-size:12px;
}	


.clear {
	clear:both;	
}


#foto {
float:left;
/*padding:10px 30px 20px 20px;*/
		
	}
#foto1 {
width:40%;
float:left;
padding:10px 2px 20px 2px;
		
	}	
	#texto1 {
width:50%;
float:left;
padding:10px 2px 20px 2px;
font-size:10px;
		
	}	
	
	.photo {
	 
		position:relative;
		font-family:arial;	
		overflow:hidden;
		border:5px solid #000;
		width:250px;
		height:200px;
	}	
	
		.photo .heading, .photo .caption {
			position:absolute;
			background:#000;
			height:70px;
			width:250px;
			opacity:0.6;
		}
		
		.photo .heading { 
			top:-70px;
		}

		.photo .caption { 		
			bottom:-860px;		
			left:0px;
		}
		
		.photo .heading span {
			color:#26c3e5;	
			top:-50px;
			font-weight:bold;
			display:block;
			padding:5px 0 0 10px;
		}
		
		.photo .caption span{
			color:#999;	
			font-size:9px;
			display:block;
			padding:10px 10px 0px 10px;
		}
		




