.highslide-container div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.highslide {
	cursor: url('/lib/graphics/highslide/zoomin.cur'), pointer;
    outline: none;
    text-decoration: none;
}

.highslide-active-anchor img {visibility: hidden;}

.highslide img {
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-bottom: 20px solid white;
}

.highslide:hover img {border-color: #999;}

.highslide-wrapper, .drop-shadow {background: white;}

.highslide-caption {
    display: none;

    border-bottom: 1px solid white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}

.highslide-loading {
	width: 32px;
	height: 32px;
    background: transparent url('/lib/graphics/highslide/loader.gif') no-repeat;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url('/lib/graphics/highslide/fullexpand.gif') no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-overlay {display: none;}

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