/* The navigation box is in main.css */
ul#navigation {
	list-style-type: none;
}

li.navpoint a img {
	border: none;
}

li.navpoint {
	height: 28px;
	margin: 0 0 12px 0;
}

li.navpoint a {
	height: 28px;
	width: 257px;
	font-size: 0px;
	display: block;
}

li.navpoint a span {
	display: none;
	font-size: 0px;
}

/* Navigation */
a#nav_photography{ background:url(../buttons/photo_b.png) no-repeat;}
a#nav_photography:hover{ background:url(../buttons/photo_b_over.png) no-repeat;}
a#nav_editing{ background:url(../buttons/editing_b.png) no-repeat; }
a#nav_editing:hover{ background:url(../buttons/editing_b_over.png) no-repeat; }
a#nav_films{ background:url(../buttons/films_b.png) no-repeat; }
a#nav_films:hover{ background:url(../buttons/films_b_over.png) no-repeat; }
a#nav_about{ background:url(../buttons/about_b.png) no-repeat; }
a#nav_about:hover{ background:url(../buttons/about_b_over.png) no-repeat; }
a#nav_ftp{ background:url(../buttons/ftp_b.png) no-repeat; }
a#nav_ftp:hover{ background:url(../buttons/ftp_b_over.png) no-repeat; }
a#nav_contact{ background:url(../buttons/contact_b.png) no-repeat;}
a#nav_contact:hover { background:url(../buttons/contact_b_over.png) no-repeat; }