/*
 * iweb51 - RWD system type-00
 * http://www.iweb51.apseo.com.tw/
 *
 * Copyright 2015, evelyn wang
 * 
 * 
 * September 2015
 */


/* +main banner
*----------------------------------------------------------------------------*/
#banner {
	margin: 0 auto;
	width: 1160px;
	overflow: hidden;
}

#banner ul {
	height: 365px;
	overflow: hidden;
}

#banner ul li {
	width: 100%;
	float: left;
	text-align: center;
}

#banner ul li img {
	width: 100%;
}

#banner ul:nth-of-type(2) {
	height: auto;
	overflow: hidden;
	text-align: center;
}

#banner ul:nth-of-type(2) li {
	width: 10%;
	height: 90px;
	display: inline-block;
	float: none;
	overflow: hidden;
}

#banner ul:nth-of-type(2) li img {
	width: 100%;
	height: 90px;
}