#slider {

	/* You MUST specify the width and height */
	width:500px;
	height:200px;
	position:relative;	
	overflow:hidden;
	margin-left: 15px;
	overflow: hidden;
}
#slider-bot {
	margin-left: 15px;
	height: 13px;
	border: 0;
	background: url("../images/bg-slider-bot.gif") no-repeat #FFFFFF;
}
#mask-gallery {
	
	overflow:hidden;
	margin: 0;
	width:525px;
}

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

	#gallery li {
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}
		
	#gallery li img{
		border: none;
	}
	


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:160px;
	overflow:hidden;
}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=70);
	-moz-opacity:0.7;  
	-khtml-opacity: 0.7;
	opacity: 0.7;  
	
	/* 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 */
	background-color: #000000;
	overflow:hidden;
	font-family:arial;
	font-size:13px;
	line-height: 14px;
	color:#fff;	
}
	#excerpt h3 {
		font-size: 15px;
		text-decoration: underline;
		text-align: left;
		padding: 0;
		margin: 0 0 10px 0;
	}

	#excerpt li {
		padding: 25px 10px 10px 10px;
	}
	#excerpt li a {
		text-decoration: underline;
		color: #FFFFFF;
	}
	#excerpt li a:hover {
		text-decoration: none;
	}
	


.clear {
	clear:both;	
}


#sliderbuttons{
	margin: 0 0 0 15px;
	height: 37px;
}
#sliderbuttons img{
	border: 0;
	border: none;
}
#sliderbuttons img a{
	margin: 0;
	border: none;	
}
#sliderbuttons img a:hover, #sliderlinks a:hover{
	outline: none;
	text-decoration: none;
}