/* =================== Getting the new tags to behave START ====================== */

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video { display: block; }
mark, rp, rt, ruby, summary, time { display: inline }

/* ==================== Getting the new tags to behave END ======================= */
/* ========================= Global properties START ============================= */

body {
	padding:0;
	margin:0;

}

html {
	/*background: transparent;*/
	/*min-width: 980px;*/
	/*height: 100%;*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*outline: 0;*/
	/*!*vertical-align: top;*!*/
	/*font-size: 100%;*/
}

div {
	/*border: 0 none;*/
	/*font-size: 100%;*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*border: 0;*/
	/*outline: 0;*/
	/*!*vertical-align: top;*!*/
}

a {
	/*outline: none;*/
	/*color: #bdd003;*/
	text-decoration: none;
}

/*	a:hover {

		text-decoration: none;
	}*/

table, td {
	/*border-collapse: collapse;*/
}

table, td, img {
	/*border: 0;*/
}

td, tr {
	/*vertical-align: top;*/
	/*text-align: left;*/
}

/* ========================= Global properties END =============================== */

/* ============================= JS START ===================================== */

.carousel-box {
	position: relative;
}

.carousel-box .inner {
	padding: 0 !important;
}

.carousel-box ul {
	width: 735px;
	height: 471px;
	overflow: hidden;
}

	.carousel-box ul li {
		width: 735px;
		overflow: hidden;
	}

		.carousel-box ul li img {
			float: left;
			/*margin: 0 10px 10px 0;*/
		}
		
		.carousel-box ul li img.extra {
			/*margin: 0 0 10px 0;*/
		}

.prev {
	background: url(an-01_03.jpg) no-repeat 0% 0%;
	width: 44px;
	height: 76px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 117px;
	left: 0px;
	z-index: 100;
	cursor: pointer;
	outline: none;
	opacity: 0.5;
}

	.carousel-box button.prev:hover {
		/*background-position: 0% -60px;*/
	}

.next {
	background: url(an-01_05.jpg) no-repeat 0% 0%;
	width: 44px;
	height: 76px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 117px;
	right: -1px;
	z-index: 100;
	cursor: pointer;
	outline: none;
	opacity: 0.5;
}

	.carousel-box button.next:hover {
		/*background-position: 0% -60px;*/
	}

/* ============================== JS һ���ز���www.16sucai.com END ====================================== */
