.ShellImages.FromContents
{
    position: relative;
}

.PhotoGallery
{
    margin: 15px 0;
}

    .PhotoGallery div.galleria-info-text
    {
        display: block;
    }

.PlayPauseButton
{
    float: left;
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    z-index: 102;
}

    .PlayPauseButton.Pause
    {
        background: url("/standard/images/pause.png") repeat scroll 0 0 / 100% auto transparent;
    }

    .PlayPauseButton.Play
    {
        background: url("/standard/images/play.png") repeat scroll 0 0 / 100% auto transparent;
    }
