@charset "utf-8";
/* CSS Document */
#slider { 
	/* You MUST specify the width and height */
	width:350px; height:410px; position:relative; overflow:hidden; margin:10px auto 10px 6px; float:left; font-size: 0.9em;}

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

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

.clear { clear:both;}



