#slider {
	/* You MUST specify the width and height */
	width:780px;
	height:187px;
	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:999px;
	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:999px;
	overflow:hidden;	
}
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=100);
	-moz-opacity:1;  
	-khtml-opacity: 1;
	opacity: 1;
	/* 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:369px;
	/*background-color:#1694d9;*/
	overflow:hidden;
	font-family:arial;
	font-size:12px;
	color:#000000;
	padding:7px;
	line-height:20px;
	margin-left:350px;
	text-align: left;
}
#excerpt li {
		padding:5px;
	}
.clear {
	clear:both;	
}
.gmore {
	float: right;
	color: #000000;
	font-weight: normal;
	width:196px;
	height:46px;
}
.gmore a:link {
	float: right;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	width:196px;
	height:46px;
	background-image:url(../images/donate.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.gmore a:visited {
	float: right;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	width:196px;
	height:46px;
	background-image:url(../images/donate.png);
	background-position:left top;
	background-repeat:no-repeat;	
}
.gmore a:hover {
	float: right;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	width:196px;
	height:46px;
	background-image:url(../images/donate.png);
	background-position:left top;
	background-repeat:no-repeat;	
}
