﻿#BannerContainerParent {
    height: auto;
    overflow-y: auto;
    padding: 0px;
    margin: auto;
    /*width: 610px;*/
    /*TURNED OFF 2018-06-29*/
    /*width: 470px;
    min-width: 310px;
    height: auto;
    padding: 0px;
    margin: 0px;
    max-height: 510px;*/
    /*float: right;*/
    /*display: table-cell;*/
    /*this will allow the banners to be centered*/
    /*display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;*/
    /*the rest is handled in classes .flexreg and .flexreverse */
    /*this will allow this DIV to grow as needed - stacked THREE high max*/
}


#BannerThirdParty {
    display: none;
    width: 300px;
    height: 600px;
    margin: auto;
    padding: 0px;
    /*float: left;*/
    background-image: url("/images/lightningstream300.png");
    background-repeat: no-repeat;
    background-position-y: top;
    overflow: hidden;
}

#BannerStation {
    display: none;
    /*width: 470px;
    height: 250px;*/ 
    width: 370px;
    height: 200px;
    margin: auto;
    /*background-color: gray;*/
    padding: 0px;
    /*TURNED OFF 2018-06-29*/
    /*display: table-cell;*/
    /*margin: 5px;*/
    /*float: right;*/
}


#BannerContainer300 {
    display: block;
    width: 300px;
    height: 250px;
    padding: 0px;
    margin: 5px 10px 0px 0px;
    float: right;
}

#BannerContainer728 {
    display: block;
    width: 728px;
    height: 90px;
    padding: 0px;
    margin: 8px;
    float: right;
    background-image: url("/images/lightningstream728.png");
    position: fixed;
    right: 0;
}

    #BannerContainer728 img {
        /*float: right;*/
        /*width:72%;
		max-width:728px;*/
    }




#station_value_added {
    /*width: 470px;
    height: 250px;*/
    width: 370px;
    height: 200px;
    overflow: hidden;
}

    #station_value_added a, img {
        -webkit-filter: brightness(100%);
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: color 0 ease-in;
        transition: none;
    }

    #station_value_added img {
        width: 370px;
        height: 200px;
    }


    #station_value_added a:hover {
        background-color: transparent;
        -webkit-filter: brightness(100%);
    }
