/* Background Slider */

.background-slider {
    position:absolute; 
    z-index:0; 
    width:100%; 
    top:0; 
    left:0;
    overflow:hidden;
}

.background-slider .slider-nav {
    position:relative;
    z-index:10;
    top:400px;  
}

.background-slider .slider-nav a {
    display: inline-block;
    width:47px; 
    height:117px; 
    background:url(/cassette.axd/file/img/GrandCanyonArrowLeft-7e02c21ffed2d7b4587cf08228186ffa399e3ea7.png) no-repeat;

}

.background-slider .slider-nav a.right-arrow {
    float: right;
    background:url(/cassette.axd/file/img/GrandCanyonArrowRight-b9416c485b692a8527cb15c2c5dba1dfb8c5c545.png) no-repeat;
}

.background-slider .background-image{
    position:absolute; 
    display:none;
    z-index:0; 
    width:100%; 
    top:0; 
    left:0;
}

.background-slider .background-image:first-child{
    display:block; 
}

.background-slider .background-image img {
    margin:0 auto;
    max-width:none;
    display:block;
}