#slider {

	/* You MUST specify the width and height */
	width: 280px;
	height: 202px;
	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:280px;

	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;
	margin-top: 140px;
	z-index:500px;

	
	/* width should be lesser than #slider width */
	width: 280px;
	height: 32px;
	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: 280px;
	height: 32px;
	background-color:#EDF5F8;
	overflow:hidden;
	font-size: 85%;
	color:#333;	
}

	#excerpt li {
		padding:5px;
	}
	
.clear {
	clear:both;	
}

#legenda {
	margin-top: -57px;
	width: 270px;
	height: 32px;
	background: #EDF5F8;
	opacity:0.8;
	color:#333;	
	padding:5px;
	
}

#botoes {width: 280px; height: 26px; margin-top: -22px; position: relative; background: #D4E7EE;}
#botoes ul {display: inline;} #botoes li {float: left; margin-left: 5px;}
