/* EK PHOTO PLAYER CSS */

div#ek-photo-player-h1
{
	width:476px;
	text-align:center;
}

div#ek-photo-player
{
	width:476px;
	background-color:#EEECE0;
}

div#ek-pp-layer-loading
{
	display:none;
	z-index:30;
	position:absolute;
	width:476px;
	height:275px;
	text-align:center;
	background:url(../images/ek-photo-player-loading.gif) no-repeat center;
}

div#ek-pp-layer-1
{
	z-index:20;
	position:absolute;
	background-color:#EEECE0;
}

div#ek-pp-layer-2
{
	z-index:10;
	position:absolute;
	background-color:#EEECE0;
}

div#ek-pp-photo
{
	text-align:center;
	width:476px;
	height:275px;	
}

div#ek-pp-title
{
	padding-top:4px;
	text-align:center;
}

div#ek-pp-subtitle
{
	text-align:center;
}

div#ek-pp-controls
{
	z-index:40;
	position:absolute;
	margin-top:294px;
	margin-left:400px;
}