/* [ Photo Gallery ] */

#backLink {
	padding: 0px 0px 10px 0px;
}

#photoGallery ul {
	margin: 0px 0px 0px 0px;
}

#photoGallery li {
	margin: 0px 10px 5px 0px;
	float: left;
	list-style: none;
}

#thumbnails img {
	border: none;
	width: 160px;
	height: 125px;
	border: 1px solid #000;
}

.albumItem {
	position: relative;
}

.albumItem_lastThumb {
	margin: 0px 0px 10px 0px !important;
}

.albumCaption {
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	background: #666666;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 5px 10px;
}

#albumSelect {
	margin: 0px 0px 20px 0px;
}

html, body {
	height: 100%;
}

#shadeOut {
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #CC3333;
}

#horizon {
	z-index: 6;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#loadingBox {
	width: 250px;
	height: 70px;
	z-index: 10;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold;
	padding: 20px;
	color: #000000;
	background-color: #cc3333;
	border: 0px solid #000000;
	position: relative;
	top: -55px;
	margin: 0 auto;
	visibility: visible;
}

/* [ Gallery Search ] */

#galleryControlsTable {
	margin: 0px 0px 10px 0px;
}

#galleryControlsTable td {
	vertical-align: top;
	text-align: left !important;
	padding: 4px;
	background: #eee;
	border-bottom: 1px solid #ccc;
}

#galleryControlsTable input, #galleryControlsTable select {
	padding: 0;
	margin: 0;
	font-size: 11px;
}