
IMG{
   border-bottom: 0px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}
.ck-slide UL{
   padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.ck-slide{
   position: relative;
    overflow: hidden;
}
.ck-slide UL.ck-slide-wrapper{
   z-index: 1;
    position: absolute;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
    padding-top: 0px;
    left: 0px;
}
.ck-slide UL.ck-slide-wrapper LI{
   position: absolute;
}
.ck-slide .ck-prev{
   z-index: 2;
    position: absolute;
    margin-top: -35px;
    text-indent: -9999px;
    width: 35px;
    background: red no-repeat;
    height: 70px;
    top: 50%;
    opacity: .15;
    border-radius: 3px;
    transition: opacity .2s linear 0s;
}
.ck-slide .ck-next{
   z-index: 2;
    position: absolute;
    margin-top: -35px;
    text-indent: -9999px;
    width: 35px;
    background: red no-repeat;
    height: 70px;
    top: 50%;
    opacity: .15;
    border-radius: 3px;
    transition: opacity .2s linear 0s;
}
.ck-slide .ck-prev:hover{
   background: url(../image/arrow-left.png) #000 no-repeat 50% 50%;
    left: 5px;
    border:none
}
.ck-slide .ck-next:hover{
   background: url(../image/arrow-right.png) #000 no-repeat 50% 50%;
    right: 5px;
    border:none
}
.ck-slide .ck-prev{
   background: url(../image/arrow-left.png) #000 no-repeat 50% 50%;
    left: 5px;
}
.ck-slide .ck-next{
   background: url(../image/arrow-right.png) #000 no-repeat 50% 50%;
    right: 5px;
}
.ck-slidebox{
   z-index: 30;
    position: absolute;
    bottom: 12px;
    left: 50%;
}
.ck-slidebox UL{
   padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
    height: 20px;
    padding-top: 0px;
    border-radius: 8px;
}
.ck-slidebox UL LI{
   margin: 4px;
    float: left;
    height: 12px;
}
.ck-slidebox UL LI EM{
   background-color: #fff;
    text-indent: -9999px;
    width: 12px;
    display: block;
    height: 12px;
    cursor: pointer;
    border-radius: 100%;
}
.ck-slidebox UL LI.current EM{
   background-color: #fe6500;
}
.ck-slidebox UL LI EM:hover{
   background-color: #fe6500;
}

