#home_button {
	float: left;
	background: url( "img/home-active.gif");
	background-repeat: no-repeat;
	width: 57px;
	height: 24px;
	margin: 1px 0 0 15px;
	cursor: default;	
}

#about_button {
	float: left;
	background: url( "img/about-inactive.png" );
	background-repeat: no-repeat;
	width: 57px;
	height: 24px;
	margin: 1px 0 0 30px;	
}

#about_button:hover {
	float: left;
	background: url( "img/about-active.png" );
	background-repeat: no-repeat;
	width: 57px;
	height: 24px;
	margin: 1px 0 0 30px;	
}

#episodes_button {
	float: left;
	background: url( "img/episodes-inactive.png" );
	background-repeat: no-repeat;
	width: 57px;
	height: 24px;
	margin: 1px 0 0 35px;	
}

#episodes_button:hover {
	float: left;
	background: url( "img/episodes-active.png" );
	background-repeat: no-repeat;
	width: 57px;
	height: 24px;
	margin: 1px 0 0 35px;	
}

#characters_button {
	float: left;
	background: url( "img/characters-inactive.gif" );
	background-repeat: no-repeat;
	width: 71px;
	height: 24px;
	margin: 1px 0 0 35px;	
}

#characters_button:hover {
	float: left;
	background: url( "img/characters-active.gif" );
	background-repeat: no-repeat;
	width: 71px;
	height: 24px;
	margin: 1px 0 0 35px;	
}

#dm_videoplayer {
	float: left;
	width: 575px;
	padding-top: 2px;
	background: url( "img/whiteboard.png" );
	z-index: 1;
}

#dm_videoplayer object {
	float: left;
	width: 575px;
	padding-top: 2px;
	background: url( "img/whiteboard.png" );
	z-index: 1;
}
