#slider-banner {

	/* You MUST specify the width and height */
	width: 496px;
	height: 230px;
	position: relative;
	top: 3px;
	left: 3px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

#banner-mask-gallery {
	overflow:hidden;	
}

#banner-gallery {
	/* Clear the list style */
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 0;
	/* width = total items multiply with #mask gallery width */
	width: 2612px;
	overflow: hidden;
}

#banner-gallery li {
	/* float left, so that the items are arrangged horizontally */
	float: left;
}

#banner-mask-excerpt {
	/* Set the position */
	position: absolute;	
	top: 155px;
	left: 0px;
	z-index: 50;
	/* width should be lesser than #slider width */
	width: 500px;
	overflow: hidden;	
	
}

#banner-excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
	/* 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: 496px;
	background-color: #000;
	overflow: hidden;
	font-family: arial;
	font-size: 13px;
	color: #fff;	
}
#banner-excerpt li a {
	color: #fff;
	text-decoration: none;
}
#banner-excerpt li {
	padding: 8px 5px 0px 10px;
	text-align: left;
	line-height: 20px;
}
#banner-excerpt li b {
	font-size: 18px;
	font-weight: bold;
}
.clear {
	clear: both;	
}