#slider {
	width: 652px;
	height:209px;
	position:relative;
	overflow:hidden;
}

#mask-gallery {
	overflow:hidden;
	width: 312px;
}

#gallery {
	list-style:none;
	z-index:0;
	/* width = total items multiply with #mask gallery width */
	overflow:hidden;
}
#gallery li {
	/* float left, so that the items are arrangged horizontally */
	float:left;
	width: 312px;
}
#mask-excerpt {

	/* Set the position */
	z-index:500px;

	/* width should be lesser than #slider width */
	width:312px;
	height: 138px;
 overflow:hidden;
}

#excerpt {
	/* Opacity setting for different browsers */
	/* Clear the list style */
	list-style:none;
	/* Set the position */
	z-index:10;
	/* Set the style */
	overflow:hidden;
}
#excerpt h2 a {
	font-size: 15px;
}

#excerpt li {
	height: 138px;
	overflow: hidden;
}
#slheader {
	z-index:10;
}

#numbslide {
	float: right; list-style: none;
}
#sltitle, #slcomments { overflow: hidden; }
#sltitle li, #slcomments li { list-style: none }
#slcomments { height: 25px }

#slheader li { cursor: pointer }
#slheader li.selected { cursor: auto }