#inner {
    position: relative;
    width: 1140px;
    height: 480px;
    overflow: hidden;
}
#carousel img {
    display: block;
    float: left;
}
#navi {
    margin: auto;
    width: 600px;
    height: 48px;
    position: absolute;
    bottom: -60px;
    z-index: 10;
    text-align: center;
    left: 25%;
}
#timer {
    width: 0;
    height: 45px;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}
#prev, #next, #play {
    display: block;
    position: absolute;
    z-index: 30;
}
#prev, #next {
    width: 47px;
    height: 47px;
    top: 0px;
}
#play {
    width: 52px;
    height: 52px;
    top: 0px;
    background: url("/frontend/slides_show/img/ui/pause.png") 0 0 no-repeat transparent;
    left: 50%;
    margin-left: -27px;
}
#play.paused {
    background: url("/frontend/slides_show/img/ui/play.png") 0 0 no-repeat transparent;
}
#prev {
    background: url("/frontend/slides_show/img/ui/prev.png") 0 0 no-repeat transparent;
    left: 220px;
}
#next {
    background: url("/frontend/slides_show/img/ui/next.png") 0 0 no-repeat transparent;
    right: 220px;
}