/*----HOME----*/
.home {
/*height: 500px;*/
}
.home #background {
	height: 520px;
	top: 5px;
	width: 100%;


	
	z-index: ;
	overflow: hidden;
	position:absolute;


}
.home .hero {
	overflow: hidden;
	left: 50%;
	margin-left: -500px;
	margin-top:109px;
	position: relative;
	width: 1000px; /* native 1280px */
	height: 500px;


}
.home .hero div {
	position: relative;
	height: 500px;
	display: block;
	width: 1000px;
}
.home .mainItem {
	position: absolute;
	z-index: 6;
	top: 0px;
	left: 0px;
	display: block;
	width: 1000px;
	height: 500px;
	opacity: 1;
	overflow: hidden;
	border:none;
}
.home .container {
	width: 960px;
	margin: 0 auto;
}
.home #nav {
	position:absolute;
	margin:120px 0px 70px 850px;
	padding: 5px;
	height: 15px;
	width: 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index:99;
}
.home #nav a {
	background-position: center center;
	display: block;
	float: left;
	height: 15px;
	text-indent: -9999px;
	width: 15px;
	outline: none;
	background-image:url(../../images/banner/btn_off.png);
	background-repeat: no-repeat;
	margin: 0 1px;
}
.home #nav a:hover, .home #nav a.activeSlide {
	background-image:url(../../images/banner/btn_on.png);
	background-repeat: no-repeat;
}
.item1 {
/* background: url(thumb/home-slide1-thumb.jpg); */ /***** Use this if Thumbnail needed *****/
}
.item2 {
/* background: url(thumb/home-slide2-thumb.jpg); */ /***** Use this if Thumbnail needed *****/
}
.item3 {
/* background: url(thumb/home-slide3-thumb.jpg); */ /***** Use this if Thumbnail needed *****/
}
.item4 {
/* background: url(thumb/home-slide4-thumb.jpg); */ /***** Use this if Thumbnail needed *****/
}
