#simplefader {
	position: relative;
	width: 1045px;
	height: 400px;
}
#simplefader .screen {
	border: 1px solid #666;
	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 */
	right: 10px;
	bottom: 10px;
	z-index: 11;
	
	/* Do not change the following values */
	position: absolute;
}
#simplefader #simplefadercontrols a {
	text-align:center;
	color: white;
	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-image: url('fader-nav.png');
	background-position: 0px 0px;
}
#simplefader #simplefadercontrols a.playresume {
	/* Do not change the following values */
	background-image: url('fader-ctrl.png');
}

#simplefader #simplefadercontrols a.fadernavon {
	/* Do not change the following values */
	background-position: 0px -24px;
}
