#simplefader {
	position: absolute;
	width: 650px;
	height: 460px;
	margin-top: 0px;
	margin-left: 0px;
}
#simplefader .screen {
	border: 0px solid #0000cc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 10; /* Change this value if you have conflicts with other layers */
	/* Do not change the following values */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#simplefader #simplefadercontrols {
	/* Position of controls */
    top: 10px;
    left: 80px;
	z-index: 11;
	/* Do not change the following values */
	position: absolute;
}
#simplefader #simplefadercontrols a {
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 4px;
	/* Do not change the following values */
	width:24px;
	height:24px;
	line-height: 24px;
	float:left;
	background: url('img/fader-nav.png');
	background-position: 0px 0px;
}
#simplefader #simplefadercontrols a.playresume {
	/* Do not change the following values */
	background: url('img/fader-ctrl.png');
}

#simplefader #simplefadercontrols a.fadernavon {
	/* Do not change the following values */
	background-position: 0px -24px;
}