.highslide-container div {}
.highslide {cursor: pointer; outline: none; text-decoration: none;}
.highslide img {}
.highslide:hover img {}

.highslide-active-anchor img, .highslide-active-anchor:hover img {}
.highslide-image {}
.highslide-wrapper, .rounded-white {background: #fff;}
.highslide-image-blur {}

.highslide-caption {display: none;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	border-top: none; padding: 5px; background: #fff; text-align: left; color: #000;}
.highslide-heading {
	display: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
/*
	font-style: italic;
	font-family: georgia;
*/
	overflow: hidden;
	cursor: default;
	padding: 0 0 5px 0;
	}
.highslide-dimming {
	position: absolute;
	background: #000;
}
.highslide-loading {
	display: block;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 5px;
	background-color: #fff;
}

.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -25px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.highslide-controls li {
	float: left;
	margin: 0 0 0 10px;
}
.highslide-controls a {
	background-image: url(/highslide/graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play {display: none;}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause {display: none;}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand {display: none;}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}
