﻿#homepageDiv {
    position: relative;
}

#slideContainer {
    display: none;
    position: relative;
    height:515px;
}

#defaultContent {
    display: none;
}

    #defaultContent img {
        width: 480px;
        height: auto;
        float: left;
    }

        #defaultContent img:nth-child(5) {
            width: 960px;
            height: auto;
        }

    #defaultContent a {
        float: left;
        display: inline-block;
        line-height: 0;
    }

    #defaultContent div.customHome img {
        width: 960px;
        height: auto;
    }

    #defaultContent div.plHome img {
        width: 390px;
        height: auto;
    }

        #defaultContent div.plHome img:nth-child(5) {
            width: 780px;
            height: auto;
        }

#slideFrame1 {
    width:100%;
    position:absolute;
    z-index:0;
}

#slideFrame2 {
    width:100%;
    position:absolute;
    z-index:0;
}

div.activeSlide,
div.inactiveSlide {
    width:15px;
    height:15px;
    display:inline-block;
    margin-left:10px;
    cursor:pointer;
}

div.inactiveSlide {
    background-color:#b0b0b0;
}

#slideSelector {
    margin-top: 10px;
    margin-right:40px;
    float:right;
}

@media(min-width:1260px) {

    #defaultContent img {
        width: 620px;
        height: auto;
    }

        #defaultContent img:nth-child(5) {
            width: 1240px;
            height: auto;
        }

    #defaultContent div.customHome img {
        width: 1240px;
        height: auto;
    }

    #defaultContent div.plHome img {
        width: 620px;
        height: auto;
    }

        #defaultContent div.plHome img:nth-child(5) {
            width: 1240px;
            height: auto;
        }

    #slideContainer {
        height: 666px;
    }

        #slideContainer img {
            width: 620px;
            height: auto;
        }

    div.activeSlide,
    div.inactiveSlide {
        width: 20px;
        height: 20px;
    }
}