﻿#AdvBackgroundSlide,
#AdvBackgroundSlide .bgleft
{width:100%;max-width:100%;height:422px;position:relative;background-position:center}

#AdvBackgroundSlide{position:relative;z-index:2;height:422px;border-bottom:2px solid #1890cd}
#AdvBackgroundSlide .bghomepage{position:absolute;z-index:1;left:0;top:0;width:100%;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover}
#AdvBackgroundSlide .label_text {position:absolute;bottom:40px !important;width:100%;left:0;z-index:200}
#AdvBackgroundSlide .label_text .text{width:980px;margin:0 auto;background:url(bgtitle.png) no-repeat center;height:55px;font:normal 23px/55px roboto-regular;color:#fff;text-align:center}


#AdvBackgroundSlide a.left{position:absolute;z-index:2;top:272px;left:0;width:25px;height:50px;border-radius:0 5px 5px 0;background:url(left.png.ashx) no-repeat left}
#AdvBackgroundSlide a.right{position:absolute;z-index:2;top:272px;right:0;width:25px;height:50px;border-radius:5px 0 0 5px;background:url(right.png.ashx) no-repeat right}
#AdvBackgroundSlide a.left:hover{background-position:right}
#AdvBackgroundSlide a.right:hover{background-position:left}

@keyframes HomeSlide
{
0%   {top:-500px; right:75px;}
25%  {top:-300px; right:75px;}
50%  {top:-150px; right:75px;}
75%  {top:-20px; right:75px;}
100% {top:55px; right:75px;}
}
@-webkit-keyframes HomeSlide /* Safari and Chrome */
{
0%   {top:-500px; right:75px;}
25%  {top:-300px; right:75px;}
50%  {top:-150px; right:75px;}
75%  {top:-20px; right:75px;}
100% {top:55px; right:75px;}
}

#AdvBackgroundSlide .dotlist{bottom:13px;width:100%;position:absolute;height:10px;z-index:1000}
#AdvBackgroundSlide .dot{text-align:center;height:10px;width:10px;cursor:pointer;background:url(dot.png) no-repeat;display:inline-block;padding:0 2px}
#AdvBackgroundSlide .dot:hover{background:url(dothv.png) no-repeat}
#AdvBackgroundSlide .active{background:url(dothv.png) no-repeat}
#AdvBackgroundSlide .dotlist a{text-align:center;height:14px;display:block}