.gradient-left {
    background: -moz-linear-gradient(left,  rgba(0,63,125,1) 25%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,63,125,1) 25%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,63,125,1) 25%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f7d', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

    position: absolute;
    left: 0%;
    width: 15%;
    height: 100%;
    top: 0%;
}
.gradient-right {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,63,125,1) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(0,63,125,1) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(0,63,125,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#003f7d',GradientType=1 ); /* IE6-9 */

    position: absolute;
    left: 85%;
    width: 15%;
    height: 100%;
    top: 0%;
}
.rotate-this {
    width: 100%;
    position: relative;
}
.rotate-this > img {
    width: 100%;
}
.rotate-overlay {
    background: #003f7d;
    left: 60%;
    padding: 1%;
    position: absolute;
    top: 10%;
    text-align: left;
    width: 38%;
    min-width: 300px;
}
.rotate-overlay span {
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    margin: 7px 0;
    padding: 12px 15px;
}
.rotate-overlay a {
    background: #0097DA;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 15px 0 0;
    padding: 26px 27px 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.rotate-overlay a:hover {
    background: #da4300;
}
.imageRotate {
    position:relative;
    overflow:hidden; /* wrap floats */
    width:100%; /* trips haslayout, so IE is wrapping floats too */
}

.imageRotate img {
    display:block;
    /*border:solid #000;*/
    border-width:0;
}

.imageRotate .under {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.imageRotate .hide {
    display:none;
}

.imageRotate .show {
    position:relative;
    display:block;
    z-index:99;
}

.imageRotate .selectors {
    position: absolute;
    top: 90%;
    left: 52%;
    z-index: 999;
    /*float:right;*/
    padding:8px 8px 8px 0;
    list-style:none;
    font-size:1px; /* fix IE minimum size bugs */
}

.imageRotate .selectors li,
.imageRotate .pause,
.imageRotate .play,
.imageRotate .next,
.imageRotate .prev {
    cursor:pointer;
    cursor:hand;
    /* fix IE minimum size bugs */
    font-size:1px; 
    line-height:1px;
    -webkit-transition:
        background-color linear 0.15s,
        border-color linear 0.15s;
    -moz-transition:
        background-color linear 0.15s,
        border-color linear 0.15s;
    -o-transition:
        background-color linear 0.15s,
        border-color linear 0.15s;
    transition:
        background-color linear 0.15s,
        border-color linear 0.15s;
}

.imageRotate .selectors li {
    float:left;
    display:inline; /* prevent IE margin bugs */
    padding:4px;
    margin-left:4px;
    background:#CCC;
    border-radius:12px;
}

.imageRotate .selectors span {
    display:block;
    width:8px;
    height:8px;
    border-radius:8px;
    background:#FFF;
}

.imageRotate .selectors li:hover {
    background:#AAA;
}

.imageRotate .selectors .selected span {
    background:#666;
}

.imageRotate .timeLeft,
.imageRotate .pause,
.imageRotate .play {
    position: absolute;
    top: 90%;
    z-index: 999;
    margin:8px 0 0 8px;

}
.imageRotate .selectors li,
.imageRotate .timeLeft,
.imageRotate .pause,
.imageRotate .play {
    opacity:0.3;
    filter:alpha(opacity=30); /* IE 8 and lower */
    -webkit-transition:opacity linear 0.25s;
    -moz-transition:opacity linear 0.25s;
    -o-transition:opacity linear 0.25s;
    transition:opacity linear 0.25s;
}
.imageRotate .timeLeft {
    /*position:relative;*/
    width:10%;
    left: 38%;
    font-size:1px; /* fix IE minimum size bugs */
    background:#FFF;
    border:4px solid #CCC;
    border-radius:12px;
}

.imageRotate:hover .selectors li,
.imageRotate:hover .timeLeft,
.imageRotate:hover .pause,
.imageRotate:hover .play {
    opacity:1;
    filter:alpha(opacity=100); /* IE 8 and lower */
}

.imageRotate .timeLeft div {
    width:0;
    height:8px;
    background:#BBB;
    border-radius:8px;
}

.imageRotate .timeLeft div.countdown {
    background:#BBB;
}

.imageRotate .play,
.imageRotate .pause {
    left: 49%;
}
.imageRotate .pause {
    width:4px;
    height:16px;
    border:solid #CCC;
    border-width:0 4px;
}

.imageRotate .pause:hover {
    border-color:#AAA;
}

.imageRotate .play,
.imageRotate .next,
.imageRotate .prev {
    width:1px;
    height:1px;
    border:solid transparent;
    border-width:8px 0 8px 12px;
    border-left-color:#CCC;
}

.imageRotate .play:hover {
    border-left-color:#AAA;
}

.imageRotate .next,
.imageRotate .prev {
    position:absolute;
    top:50%;
    z-index:999;
    margin-top:-16px;
}

.imageRotate .next,
.imageRotate .prev {
    opacity:0.2;
    filter:alpha(opacity=20); /* IE 8 and lower */
    -webkit-transition:opacity linear 0.25s;
    -moz-transition:opacity linear 0.25s;
    -o-transition:opacity linear 0.25s;
    transition:opacity linear 0.25s;
}

.imageRotate:hover .next,
.imageRotate:hover .prev {
    opacity:1;
    filter:alpha(opacity=100); /* IE 8 and lower */
}

.imageRotate .next {
    right:8px;
}

.imageRotate .prev {
    left:8px;
    border-color:transparent #CCC transparent transparent;
    border-width:8px 12px 8px 0;
}

.imageRotate .next:hover {
    border-left-color:#FFF;
}

.imageRotate .prev:hover {
    border-right-color:#FFF;
}

@media (max-width:480px) {
    .imageRotate .timeLeft {
        width:100px;
    }
}
