/* CYCLE  -------------------------------------------- */

#cycle-container {
    width: 1000px;
    margin: 0; 
    position: relative;
}

#cycle {
    height: 329px;  
}

#cycle .cycle-content-inner {
    width: 500px;
    margin: 30px 0 0 15px;
    padding: 0;
}

#cycle h1 {
    padding: 30px 15px 30px 30px;
    color: #fff;
    font-size: 2.3em;
    text-shadow: 1px 1px 2px #666;
    -moz-text-shadow: 1px 1px 2px #666;
    -webkit-text-shadow: 1px 1px 2px #666;
    background: url('/img/transparent-blue.png') repeat 0 0;
    font-family: lato-regular;
    font-weight: normal;
}
#cycle h2 {
    padding: 30px 0 0 30px;
    color: #fff;
    font-size: 2em;
}

#cycle div.cycle-slide {
    width: 1000px;
    height: 329px;
    color: #fff;
}

#cyclePager {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
}

#cyclePager a {
    display: block;
    float: left;
    background: #fff;
    width: 12px;
    height: 12px;
    background: url('/img/pager-dots.png') no-repeat left top;
    margin-left: 5px;
    text-decoration: none;
}

#cyclePager a:hover, #cyclePager a.activeSlide {
    background-position: left bottom;
    color: #fff;
}
