/* =================== 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 {
	background: #3d3d3d;
	min-width: 980px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #393939;
}

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;
}

	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: 701px;
	height: 471px;
	overflow: hidden;
}

	.carousel-box ul li {
		width: 701px;
		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;
		}

.carousel-box button.prev {
	background: url(../images/button-prev.png) no-repeat 0% 0%;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 201px;
	left: -31px;
	z-index: 100;
	cursor: pointer;
	outline: none;
}

	.carousel-box button.prev:hover {
		background-position: 0% -60px;
	}

.carousel-box button.next {
	background: url(../images/button-next.png) no-repeat 0% 0%;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 201px;
	right: -31px;
	z-index: 100;
	cursor: pointer;
	outline: none;
}

	.carousel-box button.next:hover {
		background-position: 0% -60px;
	}

/* ==============================  ====================================== */
