div.orbit-wrapper
{
    margin-left: 100px;
    position: relative;
    overflow: visible;
    margin: 0 auto;
    padding-top: 20px;
    width: 910px;
    height: 480px;
    padding-right: 40px;
}
div.orbit
{
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}
div.orbit span
{
    display: none;
}
div.orbit a img
{
    position: absolute;
    display: block;
    width: 400px;
    box-shadow: 0 3px 8px rgba(0,0,0,.5);
    padding: 3px;
    border: #ccc 1px solid;
    background: #fff;
}
div.orbit-wrapper h4
{
    display: none;
}
div.timer
{
    display: none;
}
div.slider-nav
{
    display: block;
}
div.slider-nav span
{
    width: 40px;
    height: 120px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 110px;
    cursor: pointer;
    text-indent: -9999px;
}
div.slider-nav span.right
{
    right: 15px;
    background: url(../image/slider_right.png);
}
div.slider-nav span.left
{
    left: -50px;
    background: url(../image/slider_left.png);
}
div.slider-nav span.right:hover
{
    background: url(../image/slider_right.png) bottom;
}
div.slider-nav span.left:hover
{
    background: url(../image/slider_left.png) bottom;
}