/* Page background color */

body {
	background-color: #FFFFFF;
}

/* Previous/Next navigation links for the index pages */

div.nav_index {
	position: relative;
	width: 90px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}

div.nav_index a {
	position: absolute;
	display: block;
	width: 35px;
	height: 20px;
}

div.nav_index a.nav_left {
	left: 0px;
	background-image: URL('arrow_left.gif');
}

div.nav_index a.nav_right {
	left: 55px;
	background-image: URL('arrow_right.gif');
}

/* Previous/Next navigation links for the image pages */

div.nav_image {
	position: relative;
	width: 110px;
	height: 25px;
	margin: 20px auto;
}

div.nav_image a {
	position: absolute;
	display: block;
}

div.nav_image a.nav_left {
	width: 35px;
	height: 20px;
	left: 0px;
	top: 5px;
	background-image: URL('arrow_left.gif');
}

div.nav_image a.nav_up {
	width: 20px;
	height: 25px;
	left: 45px;
	background-image: URL('arrow_up.gif');
	margin-left: auto;
	margin-right: auto;
}

div.nav_image a.nav_right {
	width: 35px;
	height: 20px;
	left: 75px;
	top: 5px;
	background-image: URL('arrow_right.gif');
}

/* Gallery images */

div.gallery_page {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

div.gallery_page div.gallery_row {
	clear: both;
}

div.gallery_page div.gallery_row div {
	float: left;
	margin-left: 10px;
	margin-top: 50px;
}

div.gallery_page div.gallery_row div.gallery_first {
	margin-left: 0px;
}

div.gallery_page div.gallery_row div img {
	border: 0px;
	vertical-align: top;
}
