
.photos-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.photos {
	cursor: url(images/photos/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.photos img {
	border: 1px solid silver;
}
.photos:hover img {
	border-color: gray;
}

.photos-active-anchor img, .photos-active-anchor:hover img {
	border-color: black;
}
.photos-image {
	border-width: 0px;
	border-style: solid;
	border-color: #32327f;
	background: gray;
}

.photos-wrapper, .glossy-dark {
	background: #111;
}
.photos-image-blur {
}
.photos-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	color: white;
	background: #111;
}
.photos-heading {
	display: none;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.photos-dimming {
	position: absolute;
	background: black;
}
.photos-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
}
a.photos-credits,
a.photos-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.photos-credits:hover,
a.photos-credits:hover i {
	color: white;
	background-color: gray;
}
.photos-move a {
	cursor: move;
}
.photos-controls .photos-full-expand a {
	background-position: -150px 0;
}
.photos-controls .photos-full-expand a:hover {
	background-position: -150px -30px;
}
.photos-controls .photos-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.photos-controls .photos-close a {
	background-position: -180px 0;
}
.photos-controls .photos-close a:hover {
	background-position: -180px -30px;
}
