
#slider {

	/* You MUST specify the width and height */
	width:860px;
	height:297px;
	position:relative;	
	overflow:hidden;
	margin: 0 0 0 19px;
	padding: 0;
	z-index:0;
}

#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;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	margin: 250px 0 0 0;
	z-index:500;
	
	/* width should be lesser than #slider width */
	width:200px;
	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 */
	width:860px;
	height: 50px;
	/*background-color:#623d09;*/
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
		
	}
	
	.btn-prev 
	{
		margin: 0 0 0 19px;
		font-family: Century Gothic, Verdana, Lucida Sans, Franklin Gothic Book;
		font-size: 11px;
		color: #000;
		text-decoration: underline;
		padding: 5px 10px 8px 20px;
		outline: none;
		background-image: url(../images/btn-control.png);
		width: 49px;
		height: 12px;
		float: left;
		z-index:100;
	}
	
		.btn-prev li  a:hover
	{

		background-image: url(../images/btn-control2.png);

	}

	.btn-next 
	{
		margin: 0 0 0 5px;
		font-family: Century Gothic, Verdana, Lucida Sans, Franklin Gothic Book;
		font-size: 11px;
		color: #000;
		text-decoration: underline;
		padding: 5px 10px 8px 12px;
		outline: none;
		background-image: url(../images/btn-control.png);
		width: 57px;
		height: 12px;
		float: left;
		z-index:100;
	}
	
	#btn-pause	
	{
		margin: 0 0 0 0;
		font-family: Century Gothic, Verdana, Lucida Sans, Franklin Gothic Book;
		font-size: 11px;
		color: #000;
		text-decoration: none;
		padding: 2px 5px 0 5px;
		outline: none;
	}
	

	


.clear {
	clear:both;	
}

