#slider {
	/* You MUST specify the width and height */
	width:930px;
	height:350px;
	position:relative;	
	overflow:hidden;
	background: none;
}

#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:1800px;
	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:315px;
	overflow:hidden;
}
	
#excerpt {
	/* Opacity setting for different browsers */
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0 0 0 10px;
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	/* Set the style */
	width:300px;
	background: none;
	overflow:hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #003366;
	line-height: 1.6em;
}

#excerpt li {
	padding:20px 0px 0px 0px;
}

#buttons { display: none; color:#FF6600;}  

#excerpt h2 { margin: 0; padding: 0 0 5px 0; font-size: 3.3em; font-weight: bold; color: #003366  ; }
#excerpt h3 { margin: 0; padding: 5px 0 5px 0; font-size: 18px; font-weight: bold; color: #000000; text-transform: none; }

#excerpt a,a:visited {
text-decoration: underline;
font-family: Helvetica, sans-serif;
color: #CCCC00;
}

#excerpt a:hover,a:hover:visited {
text-decoration:none;
color:#000;
}

.clear {
	clear:both;	
}
