@charset "utf-8";
/* CSS Document */

#slider {

	/* You MUST specify the width and height */
	width:1000px;
	height:297px;
	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:3000px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}



.clear {
	clear:both;	
}

.slider_h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:30px;
	letter-spacing:-1px;
	text-decoration: underline;
	color: #333;
	margin-top:70px;
}