﻿.Bannier{
    	overflow:hidden;
	width:321px;
	height:80px;
    position:relative;
}

.Banniere-wrapper {
	position:relative;
	left:0;
	width:3000px;
	height:100%;
}

.BanniereContainer {
	width:321px;
	height:100%;
	float:left;
    position:relative;
}

.Bannier-buttons-right {
    font: normal 50px simsun;
 position: absolute;
    z-index: 999;
    display: block;
    padding: 10px 10px;
   top:10px;
   left:-5px;
    width: auto;
    height: auto;
   
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 35px;
    opacity: 0.8;
    cursor: pointer;
    display:none;
}

.Bannier-buttons-left {
    font: normal 50px simsun;
  position: absolute;
    z-index: 999;
    display: block;
    padding: 10px 10px;
    top:10px;
   left:280px;
    width: auto;
    height: auto;

    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 35px;
    opacity: 0.8;
    cursor: pointer;
    display:none;
}