.playImageButton {
    position:absolute;
    top:0px;
    left:0px;
    opacity: 0.20;
}
.playImageButton:hover {
    background-color:#00000000;
    opacity:0.50;
}
.playImageOverlay
{
    position:relative;
}
.playImage
{
    cursor:pointer;
}
