@charset "utf-8";
/* CSS Document */
#slider { 
	/* You MUST specify the width and height */
	width:200px; height:150px; position:relative; overflow:hidden; margin:0 0 10px 0; float:left;}

#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:600px; overflow:hidden; }

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

.clear { clear:both;}


