/* gallery.css - style for the wedding galleries */

/* BASIC ELEMENTS */
	
#page {
	border: 1px solid black;
	background-color: #333;
	color: white;
}

#logo {
	color: #AAA;
}

#logowhite {
	color: white;
}

#pagenav a:hover {
	color: #BBB;
}

/* GALLERY FRAME */

#galleryframe {
	margin: auto;
	width: 835px;
	height: 410px;
	background-color: black;
	border: 1px solid #888;
	margin-bottom: 15px;
	text-align: center;
}

#galleryframe img{
	margin-top: 25px;
}



/* THUMBNAILS */

#thumbnails {
	width: 835px;
	height: 50px;
	text-align: center;
}

#thumbnails img {
	padding: 0 2px 0 2px;
	border-style: none;
	margin: 0;
}

#thumbnailnav {
	margin-top: 3px;
	text-align: right;
	color: white;
	padding-right: 8px;
	font-size: 0.9em;
}

#thumbnailnav a, #pagenav a {
	color: white;
	text-decoration: none;
}

#thumbnailnav a:hover {
	color: red;
	text-decoration: underline;
}

#waitwarning {
	float: left;
	padding: 0;
	border: 0px none;
	color: #BBB;
	margin-bottom: -5px
}