
#home {
    position: absolute;
    width:100%;
    top:0px;
    left:0px;
    z-index: 1;
}

#tagline {
    margin-top:450px;
}

.homeSlide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 1200px;
    min-height:650px;
    width:100%;
    padding:200px 20px 10px 20px;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 1;
    display:none;
}

.homeSlide1 {
    background-image: url(/images/home1.jpg);
}

.homeSlide2 {
    background-image: url(/images/home2.jpg);
}

.homeSlide3 {
    background-image: url(/images/home4.jpg);
}

.homeSlide4 {
    background-image: url(/images/home3.jpg);
}

.homeSlide5 {
    background-image: url(/images/home5.jpg);
}

#home img.homeImage {
    float:right;
}

#home div.homeMessage {
    float:left;
    margin-top:300px;
    max-width: 680px;
}

#home div.homeMessage h1, #home div.homeMessage h2 {
    color:#fff;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size:30px;
    text-shadow: 0 0 8px rgba(0,0,0,1);
    margin:0;
}

#home div.homeMessage h2 {
    font-size:17px;
    line-height: 20px;
    font-family: arial;
}

#arrowLeft, #arrowRight {
    width:98px;
    height:138px;
    background:url(/images/arrowLeft.png) no-repeat;
    position:absolute;
    top:260px;
    left:0px;
    z-index: 10;
    cursor: pointer;
    display:none;
}

#arrowRight {
    left:auto;
    right:0px;
    background:url(/images/arrowRight.png) no-repeat;
}