body {
    margin: 0;
    padding: 0;
}
html{overflow-y:hidden;}
.row100Perc{height: 369px;
    margin: 0 auto;
    text-align: center;
    width: 100%;}
#heroContainer {
    background-color: #424247;
    height: 369px;
    width: 100%;
}
#heroCenter {
    height: 369px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#slideContainer {
    left: 0;
    position: relative;
    top: 0;
    width: 9500px;
}
#slides1 {
    margin: 0;
    padding: 0;
}
#slides1 li {
    display: inline-block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
	overflow:hidden;
}
#slides1 li img {
    height: 369px;
}
.slideControl {
    cursor: pointer;
    height: 55px;
    position: absolute;
    top: 182px;
    width: 55px;
    z-index: 10;
}
#controlRight {
    background: url(../images/next_s.gif) no-repeat scroll 0 0 transparent;
    float: right;
    right: 0;
}
#controlRight:hover {
    background: url(../images/next_s.gif) no-repeat scroll 0 -55px transparent;
}
#controlLeft {
    background: url(../images/prev_s.gif) no-repeat scroll 0 0 transparent;
    float: left;
    left: 0;
}
#controlLeft:hover {
    background: url(../images/prev_s.gif) no-repeat scroll 0 -55px transparent;
}
.slide {
    background-position: center 0;
    background-repeat: no-repeat;
    height: 369px;
}


#slide08 {
    background-image: url(../images/two_03.jpg);
}

#slide14 {
    background-image: url(../images/two_02.jpg);
}

#slide16 {
    background-image: url(../images/two_01.jpg);
}
.slideCaptionBox {
/*    background-color: #e7aa0e;
*/    bottom: 53px;
    height: 53px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 960px; margin:0 auto; right:99px;filter: Alpha(opacity=90); 
-moz-opacity:0.9; 
opacity:0.9; 
}
.slideCaptionBox p {
    float: left;
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
}
.slideCaption {
    color: #FFFFFF;
    font-size: 30px;
    height: 53px;
    line-height: 53px;
    margin: 0;
    padding-left: 20px;
    position: relative;
    width: 860px;  font-family:"微软雅黑"; letter-spacing:2px; 
}
.slideCaption img.squareDot {
    height: 5px;
    margin: 0 20px;
    padding-bottom: 8px;
    width: 5px;
}
#slideCaptionContainer {
    left: 0;
    position: relative;
    top: 0;
    width: 9500px;
}
#controlPocket {
    bottom: 92px;
    height: 22px;
    margin: 0 auto;
    padding-left:29px;
    padding-right: 0;
    position: relative;
    text-align: left;
    width: 960px;
    z-index: 10;
}
#controlNav {
    margin: 0;
    padding: 0;
}
#controlNav li {
    display: inline-block;
    list-style: none outside none;
    margin: 0; float:left;
}
.sliderNav {
    background-image: url(../images/yuan.png);
    background-repeat: no-repeat;
    height: 15px;
    padding-right: 5px;
    width: 15px;
}
.play {
    background-image: url(/images/hero_play.png);
    background-repeat: no-repeat;
    height: 22px;
    padding-right: 15px;
    padding-top: 3px;
    width: 17px;
}
.play.pause {
    background-image: url(/images/hero_pause.png);
    cursor: pointer;
}
.sliderNav.active {
    background-image: url(../images/yuan2.png);
}
ul#captions li {
    display: inline;
}

