body, html {
    margin:0;
    padding:0;
}
#superContainer {
    height:100%;
    position:relative;
}
.section{
    position: relative;
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table{
	display:table;
	width:100%;
}
.tableCell{
	display:table-cell;
	vertical-align: middle;
	width:100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow{
    position:absolute;
    top:50%;
    cursor:pointer;
	width: 0px;
	height: 0px;
	margin-top: -38px;
	z-index:99;
}

.controlArrow.prev{
	left:30px;
	width:70px;
	height:70px;
	background:url(imgs/pre.png);
}
.controlArrow.prev:hover{
	background:url(imgs/preM.png);
	}
.controlArrow.next{  
	right:30px;
	width:70px;
	height:70px;
	background:url(imgs/next.png);
}
.controlArrow.next:hover{
	background:url(imgs/nextM.png);
	}
.intro, .bala{
	text-align:left;
	width:80%;
	float:right;
	}
.addpic{
	position:relative;
	top:150px;
	}
.addpic2{
	width:1000px;
	margin:0 auto;
	/*overflow:hidden;*/
	position:relative;
	}
.word{
	width:350px;
	float:left;
	text-align:left;
	}
.pic{
	width:600px;
	float:right;
	}
.bgwhite{
	background: #a5851f;
background: -moz-linear-gradient(top,  #d8ca9a 0%, #b09427 70%, #a5851f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8ca9a), color-stop(70%,#b09427), color-stop(100%,#a5851f));
background: -webkit-linear-gradient(top,  #d8ca9a 0%,#b09427 70%,#a5851f 100%);
background: -o-linear-gradient(top,  #d8ca9a 0%,#b09427 70%,#a5851f 100%);
background: -ms-linear-gradient(top,  #d8ca9a 0%,#b09427 70%,#a5851f 100%);
background: linear-gradient(to bottom,  #d8ca9a 0%,#b09427 70%,#a5851f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8ca9a', endColorstr='#a5851f',GradientType=0 );
	color:#fff;
	padding:5px;
	}