@charset "utf-8";

/* ---------------------------------------------------------------------------------------- */

#container_big {
	padding: 0px;
	height: 500px;
	width: 1200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
}

#banner {
	width: 1200px;
	height: 500px;
    margin: 0px;
	padding: 0px;
}

#banner ul {
    list-style: none;
    position: relative;
    margin: 0px;
	padding: 0px;
    width:1200px;
    height: 480px;
}

#banner ul li {
    float: left;
    width: 1200px;
	    height: 480px;
	margin: 0px;
	padding: 0px;
    position: absolute;
}
