#slidePanel{
    position: relative;
    height: 540px;
    overflow: hidden;
    margin-top: 85px;
}

#slidePanel .companies{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

#slidePanel .companies span{
    display: inline-block;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    background-color: #ed2224;
}

#slidePanel .arrow{
    position: absolute;
    top: 227px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-position: center center;
}
#slidePanel .arrow.left{
    left: 40px;
    background-image: url("../images/arrowLeft.png")
}
#slidePanel .arrow.right{
    right: 40px;
    background-image: url("../images/arrowRight.png")
}

#slidePanel .slidesContainer{
    position: absolute;
    top: 0;
    left: 0;
    height: 540px;
}

#slidePanel .slidesContainer .slidePanel{
    position: absolute;
    top: 0;
    left: 0;
}

#slidePanel .slidesContainer .slide{
    height: 540px;
    background-position: center center;
    background-size: cover;
}

#slidePanel .hand{
    position: absolute;
    bottom: -540px;
    right: 25px;
    width: 508px;
    height: 498px;
    background: url("../images/hand.png") no-repeat center center;
}

#slidePanel .hand .phoneContent{
    position: absolute;
    width: 199px;
    height: 282px;
    left: 78px;
    top: 73px;
    background-repeat: no-repeat;
    background-position: center center;
}

#slidePanel .info{
    position: absolute;
    top: 0;
    width: 450px;
    height: 540px;
    display: none;
}

#slidePanel .info .title{
    width: 450px;
    position: absolute;
    bottom: 347px;
    color: #e10613;
    font-style: italic;
    font-size: 34px;
    letter-spacing: 1px;
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 13px;
    padding-top: 16px;
}

#slidePanel .info .content{
    position: absolute;
    left: 23px;
    top: 193px;
    width: 392px;
    background-image: url("../images/slide_infoBackground.png");
    background-repeat: repeat;
}

#slidePanel .info .content .text{
    color: #000000;
    font-size: 12px;
    line-height: 19px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
}

#slidePanel .info .content .downloadLink{
    text-align: center;
}

#slidePanel .info .content .forCompanies{
    text-align: center;
    color: #615f5c;
    font-size: 12px;
}

#slidePanel .info .content .forCompanies .imageBtn,
#slidePanel .info .content .downloadLink .imageBtn{
    display: inline-block;
    position: relative;
    margin: auto;
    padding-left: 51px;
    padding-right: 51px;
    cursor: pointer;
}

#slidePanel .info .content .forCompanies .imageBtn .leftPart,
#slidePanel .info .content .downloadLink .imageBtn .leftPart{
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 60px;
    background: url("../images/slideBtn_left.png") no-repeat center center;
}
#slidePanel .info .content .forCompanies .imageBtn .rightPart,
#slidePanel .info .content .downloadLink .imageBtn .rightPart{
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 60px;
    background: url("../images/slideBtn_right.png") no-repeat center center;
}
#slidePanel .info .content .forCompanies .imageBtn .middlePart,
#slidePanel .info .content .downloadLink .imageBtn .middlePart{
    font-size: 14px;
    line-height: 53px;
    font-weight: bold;
    color: #ffffff;
    height: 60px;
    background: url("../images/slideBtn_middle.png") repeat-x center center;
}

#slidePanel  .dotsContainer{
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    text-align: center;
}
#slidePanel  .dotsContainer img{
    cursor: pointer;
    opacity: 0.5;
}
#slidePanel  .dotsContainer img.active{
    opacity: 1;
    cursor: default;
}