.ph_gallery-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.ph_gallery {
	cursor: url(graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.ph_gallery img {
	border: 2px solid silver;
}
.ph_gallery:hover img {
	border-color: gray;
}

.ph_gallery-active-anchor img, .ph_gallery-active-anchor:hover img {
	border-color: black;
}
.ph_gallery-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.ph_gallery-wrapper, .rounded-white {
	background: white;
}
.ph_gallery-image-blur {
}
.ph_gallery-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.ph_gallery-heading {
	display: none;
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding-left: 22px;
	background: url('graphics/icon.gif') no-repeat 0 1px;
}
.ph_gallery-dimming {
	position: absolute;
	background: black;
}
.ph_gallery-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url('graphics/loader.white.gif');
	background-repeat: no-repeat;
	background-position: 3px 1px; padding-right:3px; padding-top:3px; padding-bottom:3px
}
a.ph_gallery-credits,
a.ph_gallery-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.ph_gallery-credits:hover,
a.ph_gallery-credits:hover i {
	color: white;
	background-color: gray;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.ph_gallery-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.ph_gallery-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ph_gallery-controls li {
	float: left;
}
.ph_gallery-controls a {
	background-image: url('graphics/controlbar-white-small.gif');
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none
}
.ph_gallery-controls a.disabled {
	cursor: default;
}
.ph_gallery-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.ph_gallery-controls .ph_gallery-move {
	display: none;
}
.ph_gallery-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.ph_gallery-controls .ph_gallery-previous a {
	background-position: 0 0;
}
.ph_gallery-controls .ph_gallery-previous a:hover {
	background-position: 0 -20px;
}
.ph_gallery-controls .ph_gallery-previous a.disabled {
	background-position: 0 -40px !important;
}
.ph_gallery-controls .ph_gallery-play a {
	background-position: -20px 0;
}
.ph_gallery-controls .ph_gallery-play a:hover {
	background-position: -21px -20px;
}
.ph_gallery-controls .ph_gallery-play a.disabled {
	background-position: -20px -40px !important;
}
.ph_gallery-controls .ph_gallery-pause a {
	background-position: -40px 0;
}
.ph_gallery-controls .ph_gallery-pause a:hover {
	background-position: -40px -20px;
}
.ph_gallery-controls .ph_gallery-next a {
	background-position: -60px 0;
}
.ph_gallery-controls .ph_gallery-next a:hover {
	background-position: -60px -20px;
}
.ph_gallery-controls .ph_gallery-next a.disabled {
	background-position: -60px -40px !important;
}
.ph_gallery-controls .ph_gallery-full-expand a {
	background-position: -100px 0;
}
.ph_gallery-controls .ph_gallery-full-expand a:hover {
	background-position: -100px -20px;
}
.ph_gallery-controls .ph_gallery-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.ph_gallery-controls .ph_gallery-close a {
	background-position: -120px 0;
}
.ph_gallery-controls .ph_gallery-close a:hover {
	background-position: -120px -20px;
}