﻿.image-rotator
{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 412px;
    background: #748bc8;
    border: 1px solid #748bc8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
*:first-child + html .image-rotator
{
    margin-bottom: 15px;
}

.image-rotator .banner-list
{
    position: relative;
    margin: 0;
    padding: 0;
}
.image-rotator .banner-list li
{
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
}
.image-rotator .banner-list li.current
{
    display: block;
    z-index: 999;
}
.image-rotator .banner-list li .banner-image
{
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    width: 100%;
    height: 384px;
}
.image-rotator .banner-list li .more-link
{
    display: block;
    position: absolute;
    right: 35px;
    bottom: 30px;
    padding: 7px 14px;
    background: #749bc8;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
}

.image-rotator .navigator-div
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background: #402e00;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}
.image-rotator .navigator-list
{
    margin: 0 auto;
    padding: 6px 0 9px 0;
    text-align: center;
}
*:first-child + html .image-rotator .navigator-list
{
    padding-top: 3px;
}
.image-rotator .navigator-list a
{
    display: inline;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 13px;
    text-indent: -999px;
    background: #c49d71;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 5px 5px 5px #000;
    -moz-box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;
}
.image-rotator .navigator-list a.current
{
    background: #cf5d16;
}

.image-rotator .action-list
{
    position: absolute;
    bottom: 9px;
    right: 0;
    padding: 0 10px 0 0;
}
.image-rotator .action-list li
{
    float: left;
}
.image-rotator .action-list li a
{
    display: block;
    margin: 0 5px;
    width: 15px;
    height: 13px;
    text-indent: -999px;
    background-image: url(https://7d690e203d36aac4ad05-de1545e0bde35b835b6368a5d6f23e29.ssl.cf2.rackcdn.com/rotator-actions_gif-1350485647);
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 5px 5px 5px #000;
    -moz-box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;
}
.image-rotator .action-list li a.pause-link
{
    background-position: 0 0;
}
.image-rotator .action-list li a.play-link
{
    background-position: -15px -13px;
}
.image-rotator .action-list li.current a.pause-link
{
    background-position: 0 -13px;
}
.image-rotator .action-list li.current a.play-link
{
    background-position: -15px 0px;
}
