/*
  Theme Name: Eastridge Entertainment Precinct
  Author: Lucas Jordan, Stephen Arias
  Description: Styles for Eastridge Entertainment Precinct for KFT
  Version: 0.0.1
  Copyright: Raremedia Pty Ltd (Andrew Davidson)'
*/

/*--------------------------------------------------------------
#   Banner Rotator - right column
--------------------------------------------------------------*/
.rotator {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.rotator .wrapper {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
.rotator .wrapper .slide {
    display: block;
    position: absolute;
    width: auto;
    height: 100%;
    opacity: 0;
}
.rotator .wrapper .slide a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height:100%;
    cursor: default;
}
.rotator .wrapper .slide a > * {
    cursor: pointer;
}
.rotator .slide img {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width:auto;
    max-height:579px;
    z-index: -1;
    cursor: default;
}
