@charset "UTF-8";
/* CSS Document */

#slider {

	/* You MUST specify the width and height */
	width:548px;
	height:300px;
	position:relative;	
	overflow:hidden;
	border: 10px solid #fff;
	background-color: #fff;
}

#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:5580px;
	overflow:hidden;
}

	#gallery li {

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


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	right:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:159px;
	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:159px;
	background-color:#fff;
	overflow:hidden;
	color:#000;	
}

	#excerpt li {
		padding: 0 15px 15px 15px;
	}
	
	#excerpt li h4 { margin: 0 0 15px 0; padding: 0; font-size: 1.1em; }
	#excerpt li a.mais { margin-top: 15px; padding-left: 18px; font-weight: bold; font-size: 1.1em; display: block; background-image: url(../img/icons/mais.gif); background-position: left center; background-repeat: no-repeat; }

.clear {
	clear:both;	
}

#buttons { background-color: #fff; width: 475px; padding-left: 10px; padding-bottom: 10px; }
#buttons a { margin: 0 20px; font-weight: bold; text-transform: uppercase; font-size: 0.85em; }
