﻿.custom-pager 
{ 
    text-align: center; 
    width: 100%; 
    z-index: 500;  
    top: 10px; 
    overflow: hidden;
    height: 41px;
}

.custom-pager span 
{ 
    font-family: Arial; 
    font-size: 50px; 
    width: 16px; 
    height: 16px; 
    display: inline-block; 
    color: #CCCCCC; 
    cursor: pointer; 
}

.custom-pager span.cycle-pager-active 
{ 
    color: #AF0917;
}

.custom-pager > * 
{ 
    cursor: pointer;
}

.cycle-paused:after 
{
    content: 'Paused'; 
    color: white; 
    background: black; 
    padding: 10px;
    z-index: 500; 
    position: absolute; 
    top: 10px; 
    right: 10px;
    border-radius: 10px;
    opacity: .5; 
    filter: alpha(opacity=50);
}

.cycle-slideshow
{
    height: 90%;
}

.cycle-slideshow img
{
    width: auto;
    max-height: 100%;
}