
	
	/* --- Home --- */
	
	#banner{
		display: block;
		width: 981px;
		height: 250px;
		background-image: url(../img/home_banner_bg.html);
		position: relative;
		margin:0px 0px 0px 0px;
	}
	#banner .mask{
		width: 968px;
		height: 318px;
		display: block;
		overflow: hidden;
		position: relative;
		margin: 0px 0px 0px 12px;
	}
	#banner .item{
		position: absolute;
		left:0px;
		opacity: 0;
		display: block;
	}
	#banner .item.active{
		display: block;
		left:0px;
		opacity: 1;
		z-index: 3;
	}
	#banner .item a{
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
		left:-20px;
		top:-20px;
	}
	#banner .navigation a{
		display:block;
		width: 26px; height: 26px;
		background: url(../images/right_arrow.png);
		position: absolute;
		top: 146px;
		z-index: 55;
		right:940px;
		}
		#banner .navigation a.back{
			background: url(../images/left_arrow.png);
		}
		#banner .navigation a.back:hover{
		
		}
		#banner .navigation a.forward{
			right: 0px;
			background-position: right top;
		}
		#banner .navigation a.forward:hover{
			background-position: right bottom;
		}
	
	
	
	
	
	
	
	
	
	
