#property ul#cycle_slideshow li a {
    height:  100%;
    width:  100%;
    left:  0;
    top:  0;
}

#property ul#cycle_slideshow li a img {
    width:  100%;
    height:  auto;
    bottom:  auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
