.highslide-wrapper div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
}
.highslide-image {
    border: none;
}
.highslide-caption {
    display: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
	background:#fff;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;    
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 8px;
}
a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}

/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 100%;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	left: 0;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
}
.highslide-controls li {
	width:30px;
	display:block;
	float:left;
}
.highslide-controls a {
	display: block;
	height: 30px;
	outline: none;
	position:absolute;
	top:0px;
	width:30px;
	height:30px;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	left:15px;
	background: url(../highslide/graphics//prev.png) no-repeat 0% 50%;
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/prev.png', sizingMethod='scale');
}
.highslide-controls .highslide-previous a.disabled {
	background:none;
}
.highslide-controls .highslide-play{
	display:none;
}
.highslide-controls .highslide-pause  {
	display:none;
}
.highslide-controls .highslide-next a {
	right:15px;
	background: url(../highslide/graphics/next.png) no-repeat 100% 50%;
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/next.png', sizingMethod='scale');
}
.highslide-controls .highslide-next a.disabled {
	background:none;
}
.highslide-controls .highslide-move {
	/*background-position: -120px 0;*/
	display:none;
}
.highslide-controls .highslide-full-expand {
	/*background-position: -150px 0;*/
	display:none;
}
.highslide-controls .highslide-close {
	display:none;
}

