@charset "UTF-8";

#imgList li
{
	float: left;
	margin-left: 10px;
}
	#imgList li:FIRST-CHILD
	{
		margin-left: 0px;
	}

