.banner_slideshow{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
}

.banner_slideshow img{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:0;
}

.banner_animation_container
{
  position: relative;
}

.banner_animation_container_bg1
{
  height: 338px;
}

.banner_animation_container img
{
  position: absolute;
}

._sys_banner_container
{
  position:relative;
  background-color: lightgray;
}

.banner_object
{
  position: absolute;
  display: block;
}

._sys_banner_container .previous_banner,
._sys_banner_container .next_banner
{
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  position: absolute;
  width: 32px;
  height: 32px;
  top1: 50%;
  bottom: 30px;
  margin-top: -43px;
  cursor: pointer;
  opacity: 0.2;
}

.mobile ._sys_banner_container .previous_banner,
.mobile ._sys_banner_container .next_banner
{
  width: 172px;
  height: 128px;
  margin-top: -64px;
  opacity: 0.8;
}

._sys_banner_container .previous_banner
{
  margin-left: 10px;
  background: url('../images/previous.png') no-repeat center center;
}

._sys_banner_container .next_banner
{
  left: 100%;
  margin-left: -44px;
  background: url('../images/next.png') no-repeat center center;
}

.mobile ._sys_banner_container .previous_banner
{
  margin-left: 20px;
  background: url('../images/previous-mobile.png') no-repeat center center;
}

.mobile ._sys_banner_container .next_banner
{
  left: 100%;
  margin-left: -192px;
  background: url('../images/next-mobile.png') no-repeat center center;
}

._sys_banner_container:hover .previous_banner,
._sys_banner_container:hover .next_banner
{
  opacity: 1;
}

._sys_banner_container .banner_switcher
{
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  top: 100%;
  margin-top: -27px;
  text-align: center;
  cursor: pointer;
}

.mobile ._sys_banner_container .banner_switcher
{
  height: 50px;
  margin-top: -60px;
  display: none;
}

._sys_banner_container  .banner_switcher .bullet
{
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
  width: 16px;
  height: 16px;
  background-color: #cccccc;
  border:1px solid gray;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 3px 0px 3px;
  opacity: 0.5;
}

.mobile  .banner_switcher .bullet 
{
  width: 50px;
  height: 50px;
  margin: 0px 10px 0px 10px;
  opacity: 0.8;
}

._sys_banner_container:hover  .banner_switcher .bullet
{
  opacity: 1;
}

._sys_banner_container  .banner_switcher .active_bullet
{
  background-color: #8FB6EF;
}

._sys_banner_container  .banner_switcher .bullet:hover
{
  background-color: #8FB6EF;
}


.banner_center_center
{
  background-repeat: no-repeat;
  background-position: center, center;
}

.banner_cut_bottom
{
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0px;
}

.banner_cut_right
{
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: center;
}

.banner_strech_width
{
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%, auto;
}

.banner_strech_height
{
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: auto 100%, auto 100%;
}

.banner_background_top
{
  top: 0px;
  position: fixed; 
  width: 100%;
  height: 100%;
  z-index: -1000; 
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
}

.banner_background_center
{
  top: 0px;
  position: fixed; 
  width: 100%;
  height: 100%;
  z-index: -1000; 
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.banner_background_stretch_width
{
  top: 0px;
  position: fixed; 
  width: 100%;
  height: 100%;
  z-index: -1000; 
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: 100%, auto;
}

.banner_background_stretch_height
{
  top: 0px;
  position: fixed; 
  width: 100%;
  height: 100%;
  z-index: -1000; 
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: auto 100%, auto 100%;
}
