



/* The main gallery wrapper div - all gallery content is in here */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding: 6px;
	width: 450px;
	border: 1px solid black;
}

/* The main gallery breadcrumbs div */

#breadcrumbtrail {
	font-size: 10px;
	background-color: #C6C6C6;
	padding: 5px;
	margin: 0;
	color: #36c;
}

#breadcrumbtrail a {
	color: #36c;
	background-color: #C6C6C6;
}

#breadcrumbtrail a:hover {
	font-size: 10px;
	text-decoration: none;
	background-color: #C6C6C6;
	color: white;
}

/* Individual thumbnail images */

div.thumb {
	float: left;

	height: 110px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 110px;
	text-align: center;
}

div.thumb a img {
	border: none;
	margin: 0;
}
/* Tables used on index.php */


/* Nested tables need a wider td than standard or IE 'squishes' them */

td.nest {
	width: 450px;
}

th {
	border-bottom: 1px solid black;
	padding: 5px;
	font-size: 10px;
}


/* Used for paging - next page, previous page etc */

.prevnext {
	font-size: 10px;
	clear: both;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	color: black;
}
.prevnext a, .prevnext a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #36c;
}
.prevnext a:hover {
	font-size: 10px;
	text-decoration: none;
	background-color: #36c;
	color: white;
}