#ad-2 {
    width: 300px;
    height: 250px;
    /*margin: 40px auto 0;*/
    background-image: url(LN-trending_bg_300x250.jpg);
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    /*box-shadow: 1px 1px 4px rgba(0,0,0,0.4);*/

    font-family: 'Lato', sans-serif;
    color:#ffffff;
    letter-spacing: 2px;
    text-align: center;
    padding:0;
    line-height: .75;
    cursor:pointer;

}

#ad-2 #logo {
    background-image: url(LN-trending_logo_300x250.gif);
    background-repeat:no-repeat;
    margin: 0 0 0 0;
    width: 300px;
    height: 39px;

}


sup {
    font-size:9px;

}

/* scale bkgrd */
/*@-webkit-keyframes ad-2 {
    0%{opacity:0;}
    4%, 20%{opacity:1;}
    24%, 100%{opacity:0;}
}

@-moz-keyframes ad-2 {
    0%{opacity:0;}
    4%, 20%{opacity:1;}
    24%, 100%{opacity:0;}
}

@keyframes ad-2 {
    0%{opacity:0;}
    4%, 20%{opacity:1;}
    24%, 100%{opacity:0;}
}*/


/* Fade Screen 1 */

@-webkit-keyframes fadeScreen1 {
    0%, 4%{opacity:0;}
    4%, 29%{opacity:1;}
    33%, 100%{opacity:0;}
}

@-moz-keyframes fadeScreen1 {
  0%, 4%{opacity:0;}
  4%, 29%{opacity:1;}
  33%, 100%{opacity:0;}
}

@keyframes fadeScreen1 {
  0%, 4%{opacity:0;}
  4%, 29%{opacity:1;}
  33%, 100%{opacity:0;}
}

#ad-2 .fade-screen1 {
    opacity:0;
    -webkit-animation:fadeScreen1 15s 3, ease-in;
    -moz-animation:fadeScreen1 15s 3, ease-in;
    animation:fadeScreen1 15s 3, ease-in;
}

/* Fade Screen 2 */

/*@-webkit-keyframes fadeScreen2 {
    0%, 25%{opacity:0;}
    29%, 46%{opacity:1;}
    50%, 100%{opacity:0;}
}

@-moz-keyframes fadeScreen2 {
  0%, 25%{opacity:0;}
  29%, 46%{opacity:1;}
  50%, 100%{opacity:0;}
}

@keyframes fadeScreen2 {
  0%, 25%{opacity:0;}
  29%, 46%{opacity:1;}
  50%, 100%{opacity:0;}
}

#ad-2 .fade-screen2 {
    opacity:0;
    -webkit-animation:fadeScreen2 15s 3, ease-in;
    -moz-animation:fadeScreen2 15s 3, ease-in;
    animation:fadeScreen2 15s 3, ease-in;

}*/

/* Fade Screen 3 */

@-webkit-keyframes fadeScreen3 {
    0%, 33%{opacity:0;}
    37%, 62%{opacity:1;}
    66%, 100%{opacity:0;}
}

@-moz-keyframes fadeScreen3 {
  0%, 33%{opacity:0;}
  37%, 62%{opacity:1;}
  66%, 100%{opacity:0;}
}

@keyframes fadeScreen3 {
  0%, 33%{opacity:0;}
  37%, 62%{opacity:1;}
  66%, 100%{opacity:0;}
}



#ad-2 .fade-screen3 {
    opacity:0;
    -webkit-animation:fadeScreen3 15s 3, ease-in;
    -moz-animation:fadeScreen3 15s 3, ease-in;
    animation:fadeScreen3 15s 3, ease-in;

}

/* Arrow doesn't go away in IE - this fixes that*/
@keyframes arrow-8 {
    0%, 66%{opacity:0;}
    70%, 95%{opacity:1;}
    99%, 100%{opacity:0;}
}

#ad-2 .arrow8 {
    animation:arrow-8 15s 3, ease-in;

}

/* Fade Screen 4 */

@-webkit-keyframes fadeScreen4 {
    0%, 66%{opacity:0;}
    70%, 95%{opacity:1;}
    97%, 100%{opacity:0;}
}

@-moz-keyframes fadeScreen4 {
  0%, 66%{opacity:0;}
  70%, 95%{opacity:1;}
  97%, 100%{opacity:0;}
}

@keyframes fadeScreen4 {
  0%, 66%{opacity:0;}
  70%, 95%{opacity:1;}
  97%, 100%{opacity:0;}
}

#ad-2 .fade-screen4 {
    opacity:0;
    -webkit-animation:fadeScreen4 15s 3, ease-in;
    -moz-animation:fadeScreen4 15s 3, ease-in;
    animation:fadeScreen4 15s 3, ease-in;

}



/* Animate Start Today */
@-webkit-keyframes stayToday {
    0%, 98%{opacity:0;}
    99%, 100%{opacity:1;}
}

@-moz-keyframes stayToday {
    0%, 98%{opacity:0;}
    99%, 100%{opacity:1;}
}

@keyframes stayToday {
    0%, 98%{opacity:0;}
    99%, 100%{opacity:1;}
}

#ad-2 .stay-Today {
    /*opacity:0;*/
    -webkit-animation:stayToday 45s 1, ease-in;
    -moz-animation:stayToday 45s 1, ease-in;
    animation:stayToday 45s 1, ease-in;
}





/* Arrow doesn't go away in IE - this fixes that*/
@keyframes stayArrow {
    0%, 0%{opacity:0;}
    1%, 98%{opacity:0;}
    99%, 100%{opacity:1;}
}

#ad-2 .stay-arrow {
    animation:stayArrow 45s 1, ease-in;
    -webkit-animation:stayToday 45s 1, ease-in;
    -moz-animation:stayToday 45s 1, ease-in;
/*    opacity: 0;
*/
}

/******************************************/
/* SCREEN 1 */
/******************************************/

#ad-2 #screen1 {
    margin: 10px auto 0;
    width:300px;
    height:200px;
    position:absolute;
}

#ad-2 #screen1 h3 {
    font-size: 31px;
    margin:0;

    -webkit-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    animation-delay: 0.0s;
 }

#ad-2 #screen1 h2 {
    font-size: 45px;
    margin:11px 0 0 0;

    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#ad-2 #screen1 h1 {
    font-family: 'Lato', sans-serif;
    color:#ffffff;
    font-size: 77px;
    letter-spacing: 2px;
    text-align: center;
    /*background-color: #0000ff;*/
    margin:-30px 0 0 0;
    padding:0;
    line-height:.75;

    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}



/******************************************/
/* SCREEN 2 */
/******************************************/

#ad-2 #screen2 {
    margin: 60px auto 0;
    width:300px;
    height:200px;
    position:absolute;
}


#ad-2 #screen2 h2 {

    font-size: 25px;
    margin:11px 0 0 0;

    -webkit-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

#ad-2 #screen2 h1 {

    font-size: 20px;
    margin:9px 0 0 0;

    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}


/******************************************/
/* SCREEN 3 */
/******************************************/

#ad-2 #screen3 {
    margin: 60px auto 0;
    width:300px;
    height:200px;
    position:absolute;
}

#ad-2 #screen3 h3 {

    font-size: 24.2px;
    margin:0;
    line-height: 1.4;

    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}


#ad-2 #screen3 h2 {

  font-size: 25px;
    margin:11px 0 0 -32px;
    font-weight:300;
    letter-spacing:1.5px;
    line-height: 35px;


    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#ad-2 #screen3 h1 {

  font-size: 25px;
    margin:9px 0 0 0;
    line-height: 30px;

    -webkit-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    animation-delay: 0.0s;
}


/******************************************/
/* SCREEN 4 */
/******************************************/

#ad-2 #screen4 {
  height: 200px;
  margin: 32px auto 0;
  position: absolute;
  width: 300px;
}

#ad-2 #screen4 h2 {
  font-size: 15px;
    margin:15px auto 0 -30px;
    font-weight:300;
    letter-spacing: 1px;

    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#ad-2 #screen4 h1 {
  font-size: 25px;
  line-height: 30px;
  margin: 20px 0 0;

    -webkit-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

#ad-2 #screen4 h3 {
    line-height: 19px;
    margin-bottom: -10px;
    margin-top: 8px;


    -webkit-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    animation-delay: 0.0s;
}





/******************************************/
/* START TODAY */
/******************************************/

#ad-2 #startToday {
    margin: 32px auto 0;
    width:300px;
    height:200px;
    position:absolute;
    /*cursor:pointer;*/

}

#ad-2 #startToday h2 {
    font-size: 15px;
    margin:15px auto 0 -32px;
    font-weight:300;
    letter-spacing:1.5px;

    -webkit-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

#ad-2 #startToday h1 {
  font-size: 25px;
  line-height: 30px;
  margin: 20px 0 0;

    -webkit-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    animation-delay: 0.0s;

}


#ad-2 #startToday h3 {
    line-height: 19px;
    margin-bottom: -10px;
    margin-top: 8px;


    -webkit-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    animation-delay: 0.0s;
}


#ad-2 .arrow {
    background: url(LN-trending_arrow_300x250.png) no-repeat 0% 0%;
    display: inline-block;
    height: 28px;
    width: 28px;
    margin: -6px auto 0 5px;
    position:absolute;

}

#ad-2:hover .arrow {
    background-position: 100% 0;


}

#ad-2:hover .arrow {
    background-position: 100% 0;

}

#ad-3-ie {
    display:none;
}
