
#slider {

	/* You MUST specify the width and height */
	width:621px;
	height:218px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	height:219px;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:518px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}

.clear {
	clear:both;	
}


.style1 {
	font-size: 36px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {font-size: 16px; color: #666666; font-family: Arial, Helvetica, sans-serif; }
/* CSS Document */


