﻿.Fotos-PauseCommand
    {
        display:block;
        width:53px;
        height:48px;
        background:transparent url("Imagens/Fotos/PauseCommand.png") no-repeat;
        position: absolute;
        right:10px;
        bottom:15px;
        opacity:0.4;
        filter:alpha(opacity=40);
        z-index:22;
    }
    
    .Fotos-PauseCommand span{
        display:none;
    }
    
    .Fotos-PlayCommand
    {
        display:block;
        width:53px;
        height:48px;
        background:transparent url("Imagens/Fotos/PlayCommand.png") no-repeat;
        position: absolute;
        right:68px;
        bottom:15px;
        opacity:0.4;
        filter:alpha(opacity=40);
        z-index:21;
    }
    
    .Fotos-PlayCommand span{
        display:none;
    }
