/* CSS Document */

#slider {
	/* You MUST specify the width and height */
	width:898px;
	height:150px;
	position:relative;
	overflow:hidden;
	border-bottom:#058171 solid 1px;
}

#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:898px;
	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:400px;
	overflow:hidden;	
	

}
	
#excerpt {

	
	/* 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:400px;
	background-image:url(../img/base/back_gr.gif);
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:20px;
	}
	


.clear {
	clear:both;	
}

a img {
    border-style:none;
}
