ul.staff {
	list-style: none;
	padding: 15px 0;
	margin:0;
}
.play-playwright, .play-producer, .play-scenographer, .play-photographer, .play-runtime, .play-music, .play-costumes {
	padding: 0 0 0 35px; 
	min-height: 25px;
	height: auto !important; /* Min-Height Fast Hack */
	height: 25px;
}
.play-playwright { background: url(/images/general/icon_playwright.gif) no-repeat top left;  }
.play-producer { background: url(/images/general/icon_producer.gif) no-repeat top left; }
.play-scenographer { background: url(/images/general/icon_scenography.gif) no-repeat top left; }
.play-photographer { background: url(/images/general/icon_photography.gif) no-repeat top left; }
.play-runtime { background: url(/images/general/icon_runtime.gif) no-repeat top left; }
.play-music { background: url(/images/general/icon_music.gif) no-repeat top left; }
.play-costumes { background: url(/images/general/icon_costumes.gif) no-repeat top left; }

ul.cast {
	padding: 25px 0 0 25px;
	margin:0;
	background: url(/images/general/icon_cast.gif) no-repeat top left;
}
