/*  Highslide JS is an image, media and gallery viewer written in JavaScript. (www.highslide.com) */
/*  In Dar's site we are using it together with "Imageflow". (http://finnrudolph.com/products/imageflow) */


.highslide-container {
	z-index:10003 !important;
}
.highslide-credits {
	display:none !important; 
}


/* necessay CSS for the controls  */
.highslide-controls {
	position: absolute;
	width: 100%;
	height: 0;
	background: none;
	margin: 0;
}
.highslide-controls ul {
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;

}
.highslide-controls li {
	position: absolute;
	padding: 0;
	float: left;
	margin:0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/gallery_controls.gif);
	display: block;
	float: left;
	height: 32px;
	width: 63px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}
.highslide-controls .highslide-next {
	right: 0;
}
/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -32px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -32px !important;
}
.highslide-controls .highslide-play {
	display: none;
}
.highslide-controls .highslide-pause {
	display: none;
}
.highslide-controls .highslide-next a {
	background-position: -63px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -63px -32px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -63px -32px !important;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-controls .highslide-full-expand {
	display: none;
}
.highslide-controls .highslide-close {
	display: none;
}

