.picturepushSlide{
   height: 460px; width: 500px;
   background-color: black;
   text-align: center;
   position: relative; left: 0px; top: 0px;
   overflow: hidden;
}

    .picturepushSlide img{
        position: absolute; top: 50%; left: 50%; cursor: pointer;
    }
    
    .picturepushSlide strong{
        position: absolute; bottom: 4px; color: white; width: 100%; left: 10px;  
        font-family: arial,sans-serif; font-size: 12px;
    }
    
        .picturepushSlide strong a{
            color: white;    text-decoration: none;
        }
    
