/*----GENERAL----*/
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
/*----HOME----*/
.home #background {
	height: 430px;
	width:980px;
	overflow: hidden;

	top: 0;
	width: 100%;
	z-index: -1;
}
.home .hero {
	overflow: hidden;


	position: relative;
	width: 960px;
	height: 430px;
}
.home .hero div {
	position: relative;
	height: 0px;
	display: block;
	width: 960px;
}
.home #nav {position:absolute; z-index:9999;
	margin: -65px 0px 0px 50px;
	width: 980px;
}
.home #nav a { background:url(http://laos4dpools.com/assets/images/banner/btn_off.png) no-repeat top;
	display: block;
	float: left;
	height: 12px;
	margin: 0 2px;
	text-indent: -9999px;
	width: 12px;
	outline: none;
}
.home .mainItem {
 style="position: absolute;
	z-index: 6;
	top: 0px;
	left: 0px;
	display: block;
	width: 1280px;
	height: 500px;
	opacity: 1;
}
.home #nav a:hover, .home #nav a.activeSlide {background:url(http://laos4dpools.com/assets/images/banner/btn_on.png) no-repeat top;

}