﻿/* CSS Document */
div.orbit-wrapper
{
    position: relative;
    overflow: visible;
    width: 489px;
    margin: 0 auto;
}
div.orbit
{
    position: relative;
    overflow: hidden;
    width: 489px;
    padding-bottom: 10px;
    height: 330px;
    margin-top: 40px;
}
div.orbit span
{
    display: none;
}
div.orbit a
{
    display: block;
}
div.orbit ul
{
    width: 1200px;
    margin: 0 auto;
    height: 293px;
}
div.orbit li
{
    position: absolute;
    left: 1000px;
    display: block;
    background: #f4eee9;
}
div.orbit-wrapper
{
    margin: 0 auto;
}
div.orbit-wrapper h4
{
    display: none;
}
div.timer
{
    display: none;
}
div.slider-nav
{
    display: block;
}
div.slider-nav span
{
    width: 17px;
    height: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    text-indent: -9999px;
}
div.slider-nav span.right
{
    top: 350px;
    left: 457px;
    position: absolute;
    background: url("/public/home/web/img/pic_38.png") no-repeat right;
}
div.slider-nav span.left
{
    top: 350px;
    left: 420px;
    position: absolute;
    background: url("/public/home/web/img/pic_37.png") no-repeat left;
}
div.slider-nav span.right:hover
{
    background: url("/public/home/web/img/pic_38.png") no-repeat left;
    transition: all .5s;
}
div.slider-nav span.left:hover
{
    background: url("/public/home/web/img/pic_37.png") no-repeat right;
    transition: all .5s;
}
.message
{
    text-align: center;
    font-size: 30px;
    color: #d3ac5f;
    margin-top: 90px;
}/*.message-sw{
	display: none;
}
*/