#slider {

	/* You MUST specify the width and height */
	width:452px;
	height:301px;
	position:relative;	
	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;
	}

#mask-excerpt {
	display:block;
	/* Set the position */
	position:absolute;	
	top:45%;
	left:0%;
	z-index:500;
	
	/* width should be lesser than #slider width */
	width:452px;
	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:452px;
	height:301px;
	background:rgba(0, 0, 0, 0);
	overflow:hidden;
		opacity:1;
}

.prev a{color: white;
font-family: 'proxima_novaregular_italic';
	font-size: 200%;
	float:left;
	margin-left:20px;
	opacity:1;}
.prev a:hover{color:#ff7c00;}
	
	
	.next a{color: white;
font-family: 'proxima_novaregular_italic';
	font-size: 200%;
	float:right;
	margin-right:20px;
	opacity:1;}
.next a:hover{color:#ff7c00;}
	
.goto{
	color: white;
	}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}
