/*------------- Copyright 2005-2006, Moopic Ltd, All rights reserved. ---------------*/


/* ::::: ptm Example presentation styles ::::: */
body.ptmExample 
{ 
	margin: 0pt;
	padding: 0pt;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: small;
	background-color: rgb(0, 0, 0);
}

body.ptmExample img
{
  border: none;
}

/* ::::: picture content ::::: */

body.ptmExample div.ptmPicture
{
    position: absolute;
    z-index: 100;
 
    /* fullscreen */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}



/* ::::: music content ::::: */

body.ptmExample div.ptmMusic
{
    position: absolute;
    z-index: 200;

    /* centered bottom */
    bottom: 0;
    text-align: center;
    width: 100%;
}




/* ::::: navigator ::::: */


body.ptmExample div.ptmButtonBack
{
    position: absolute;
    z-index: 300;

    /* right */
    bottom: 5px;
    right: 5px;
}


