/********** gallery ***********/
/****************************/
#breadcrumbs {
	color: rgb(220,80,80);
	background-color: transparent;
	margin: 0;
	padding: 0 1px 2px 1px;
}
#large-image-box {
	display: block;
	background:#111111;
	width:510px;
	max-height: 800px;
	margin:5px auto;
	text-align:center;
	padding:10px;
	border: 1px solid #555555;
}
#large-image-box img {
	display:block;
	margin:auto;
	height: auto;
	width: auto;
	border:2px solid #666;
	background: #111111;
}
.small-image-box {
	background:#111111;
	width:520px;
	margin:auto;
	text-align:center;
	padding:5px;
	border: 1px solid #555555;
}
div.small-image-box img {
	margin:auto;
	margin-bottom: 4px;
	max-width: 150px;
	border: 2px solid #555555;
	display:block;
	height:85px;
}
div.small-image-box img:hover {
	border:2px solid #ff0;
}
#thumbnail-box {
	background:transparent;
}
#thumbnails {
	display:block;
	list-style: none;
	margin:0 15px 0 0;
	padding:0;
}
#thumbnails2 {
	display:block;
	list-style: none;
	margin:0 15px 0 0;
	padding:0;
}
#thumbnails li {
	float:left;
}
#thumbnails2 li {
	float:left;
}
#thumbnails div.small-image-box {
	margin:5px;
	padding:5px;
	width:155px;
	height:120px;
	float:left;
}
#thumbnails2 div.small-image-box {
	margin:5px;
	padding:5px;
	width:155px;
	height:88px;
	float:left;
}
#thumbnails div.small-image-box a img {
	margin:auto;
	display:block;
	height:85px;
}
#thumbnails2 div.small-image-box a img {
	margin:auto;
	display:block;
	height:85px;
}
div.small-image-box a {
	color:#666;
}
div.small-image-box a:hover {
	color:#ff0000;
}
#flip-through {
	height:100px;
}
#flip-through.small-image-box div {
	display:block;
	height:100px;
	width:255px;
	float:left;
}
#flip-through.small-image-box div.previous a {
	display:block;
	float:left;
	padding:5px;
}
#flip-through.small-image-box div.next a {
	display:block;
	float:right;
	padding:5px;
}
#photoedit {
	float:left;
	border:1px solid #ff0000;
	padding:0;
	margin:15px 35px 0 0;
	width:710px;
}
#photoedit h3 {
	display:block;
	background:#FFF1BF;
	color:#222;
}
#photoedit a span {
	float:left;
	display:block;
	padding:3px 27px;
	font-size:12px;
	color:#ff0000;
}
#photoedit a span:hover {
	color:#FFF1BF;
	background:#222;
}
a span.stafflink {
	background: #FFF1BF;
	border:1px solid #ff0000;
	padding:1px;
	color:#ff0000;
}
a span.stafflink:hover {
	color:#ff0000;
}
#paginateLinks, .paginateLinks {
	display:block;
	font-size:18px;
	height:30px;
	text-align:center;
	clear:both;
	margin:20px auto;
}
/*** gallery forms ***/
#importform {
	margin:0;
}
#importform form {
	width: 380px;
	text-align: left;
	margin:10px;
}
#importform label {
	clear: left;
	float: left;
	width: 140px;
	margin: 6px 0 10px 0;
}
#importform fieldset {
	border:1px solid #ff0;
	background:#000000;
}
#importform legend {
}
#importform input, #importform select, #importform textarea {
	float: left;
	margin: 5px 0 5px 0;
	width: 150px;
	background: #111111;
	color: #ff0;
	border:1px solid #333333;
}
#importform input.button {
	clear: both;
	float: none;
	display: block;
	margin-left:140px;
	width: auto;
	cursor: pointer;
}