/* written by fujita 2010/4/12 */
#slider {

	/* You MUST specify the width and height */
	width:629px;
	height:408px;
	position:relative;	
	left:0;
	right:auto;
	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:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}
#excerpt_bg {
	/* Set the position */
	position:absolute;	
	bottom:0;
	left:0;/**/
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:629px;/**/
	height: 113px;
	/*height:100px;/**/
	overflow:hidden;	
	background-color:#000;
	/**/filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;/**/
}
#mask-excerpt {

	/* Set the position */
	position:absolute;	
	bottom:0;
	left:0;/**/
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:629px;/**/
	height: 113px;
	/*height:100px;/**/
	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 */
	height: 113px;
	width: 6000px;/* >= li.width*li.length /**/
	/*background-color:#000;/**/
	overflow:hidden;
	color:#fff;	
}

	#excerpt li {
		width:629px;/**/
		/*padding:5px;*/
		float: left;
		text-align:left;
	}
	#excerpt .photo_title {
		font-size:15px;
		margin: 15px auto auto 25px;
	}
	#excerpt p {
		font-size:12px;
		margin: 5px auto auto 25px;
		line-height:1.4em;
	}
	
#photo_tag {
	position:absolute;	
	bottom:115px;
	right:3px;
	font-size: 5px;
}
#photo_tag li {
	width: 18px;
	height: 18px;
	margin: 2px 0 2px auto;
	/*filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;/**/
	/*background-color: #fff;*/
	background-image: url(../img/banner_button_off.png);
	cursor: pointer;
}
#photo_tag a {
	color:#000000;
	text-decoration: none;
}

.clear {
	clear:both;	
}
