* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}
#wrapper {
	width: 708px;
	height: auto;
	margin: auto;
}
#imageContainer {
	width: 708px;
	height: auto;
}
	.image {
		width: 226px;
		height: 138px;
		float: left;
		margin: 0 12px 24px 0;
		text-align:center;
	}
	.last {
		margin: 0 0 24px 0;
	}
		.image img {
			border: none;
		}

.clear {
	clear: both;
}

#navContainer {
	width: 708px;
	height: 15px;
	border-bottom:#BFBFBF 1px solid;
}
	.nav {
/*		width: 25px;
		height: 25px;*/
		float: left;
	}
	#navPrevBt, #navNextBt {
		margin-right: 15px;
		vertical-align:bottom;
		text-decoration:none;
		font-weight:bold;
	}
	.terugnaar {
		float:right;
		background-color:#000;
		display:block;
		width:150px;
		height:14px;
		font-size:10px;
		text-align:center;
		text-decoration:none;
		color:#FFF;
		margin:1px 0 0 0;
		cursor:pointer;
	}
	.archief {
		float:right;
		background-color:#000;
		display:block;
		width:133px;
		height:14px;
		font-size:10px;
		text-align:center;
		text-decoration:none;
		color:#FFF;
		margin:1px 0 0 0;
		cursor:pointer;
	}
	#leftIndex {
		float:left;
		margin-right:8px;
	}
	#rightIndex {
		float:right;
	}
	.galleryIndexItem {
		float: left;
		display:block;
		/*border:#BFBFBF 1px solid;*/
		width:346px;
		height:140px;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		/*padding:10px 2px 0 0 ;*/
		color:#9D3194;
		margin:0 2px 12px 0;
		/*background: url(../../sterrenwachter/gallery_images/index_thumb.jpg) 0 0 no-repeat;*/
	}
	.galleryIndexItem img {
		float:left;
		margin-right:10px;
	}
	#leftIndex .galleryIndexItem a, #rightIndex .galleryIndexItem a {
		text-decoration:none;
	}
