.wrap {
    width: 1400px;
    margin: 0 auto;
}
/*-------------------------------------------
 Carousel
 -------------------------------------------*/
.carousel {
    height: 722px;
}
.carousel .wrap {
    position: relative;
}
.slide-caption {
    position: relative;
    z-index: 10;
    float: left;
    width: 1000px;
}
.slide-callout {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -200px;
    width: 422px;
    height: 152px;
    padding: 10px 20px 0 24px;
	/* ie5-7  */
	/*opacity: 0.6; /* css standard, currently it works in most modern browsers  */
    padding: 20px 40px 0 48px !important;
    background: #011027;
    background: rgba(1, 16, 39, .6) !important;

	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* ie8  */
    filter: alpha(opacity=50);
}
.slide-callout a {
    position: relative;
    color: #fff;
}
.slide-callout h2 {
    position: relative;
    float: left;
    width: 330px;
    font-family: '微软雅黑';
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
}
.slide-callout p {
    float: left;
    width: 196px;
    height: 33px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    background: #f8f0e7;
}
.slide-callout p a {
    color: #333;
}
.slide-callout em {
    display: inline;
    float: left;
    height: 33px;
    margin-top: 5px;
    margin-left: 10px;
    line-height: 33px;
}
.carousel-image {
    position: absolute;
    right: 0;
    z-index: 9;
}
.carousel-item {
    position: relative;
}
.carousel-item-secondary {
    display: none;
}
.streamer-social .controls a, .carousel-controls a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
}
* html .carousel {
    height: 979px !important;
}
* html .carousel-item {
    height: 979px;
}
.carousel-controls {
    position: absolute;
    top: 300px;
    left: 50%;
    z-index: 100;
    width: 108px;
    height: 32px;
    margin-left: -280px;
}
.carousel-controls a {
    float: left;
    width: 32px;
    height: 32px;
    background-image: url(controls-carousel.gif);
}
.carousel-controls .next {
    border-left: 1px solid #333;
    background-position: -99px -32px;
}
.carousel-controls .next:hover, .carousel-controls .next:focus {
    border-color: #ccc;
    background-position: -99px 0;
}
.carousel-controls .previous {
    background-position: 0 -32px;
}
.carousel-controls .previous:hover, .carousel-controls .previous:focus {
    background-position: 0 0;
}
.carousel-controls .pause {
    border-left: 1px solid #333;
    background-position: -33px -32px;
}
.carousel-controls .pause:hover, .carousel-controls .pause:focus {
    border-color: #ccc;
    background-position: -33px 0;
}
.carousel-controls .play {
    position: relative;
    bottom: auto;
    left: auto;
    border-left: 1px solid #333;
    background-position: -66px -32px;
}
.carousel-controls .play:hover, .carousel-controls .play:focus {
    border-color: #ccc;
    background-position: -66px 0;
}
/* events */
.events {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 100;
    display: inline;
    width: 1364px;
    height: 330px;
    margin-left: -682px;
    padding-top: 22px;
    background: #fff2d5;
}
.events-item {
    display: inline;
    float: left;
    width: 310px;
    margin-right: 40px;
}
.events-item a {
    color: #232323;
}
.events-item h3 {
    float: left;
    height: 23px;
    margin-bottom: 10px;
    font-family: '微软雅黑';
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
}
.events-item h3 a {
    color: #000;
}
.events-item img {
    margin-bottom: 5px;
}
.events-item ul li {
    float: left;
    width: 295px;
}
.events-item ul li:hover {
    background: #e9e9e9;
}
.events-item ul li a {
    float: left;
    padding-left: 10px;
    background: url(event-li-dot.jpg) no-repeat;
    background-position: 3px 9px;
}
.events-item ul li span {
    display: inline;
    float: right;
    margin-right: 5px;
}
.events-item p.more {
    float: left;
    width: 300px;
    text-align: right;
}
.events-item p.more a {
    color: #f60;
}