@charset "UTF-8";
/* CSS Document */

#slider {

	/* You MUST specify the width and height */
	width:678px;
	height:338px;
	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:300px;
	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:500px;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:144px;

	overflow:hidden;	
	font-weight:bold

}
	
#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: 0px;
	padding:0px;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:144px;
	/*background-color:#000;*/
	overflow:hidden;
	font-family:arial;
	font-size:12px;
	color:#fff;	
	font-weight:bold
}

	#excerpt li {
		padding:40px 8px;
	}
	


.clear {
	clear:both;	
}

.homeSt {width:678px; height:338px; position:absolute; left:111px; top:142px; font-weight:bold }

