


.highslide-html {
    background-color: black;
    border: none;
}

.highslide-html-content {
	position: absolute;
    display: none;
    padding: 10px;
} 
   
.highslide {
	cursor: url(../ext/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid silver;
}

.highslide-image {
    border-bottom: 0px solid #5c5c5c;
}

.highslide-image-blur {
}

.highslide-caption {
    display: none;

	text-align: center;
    
    border-top: 1px solid #888888;
    font-family: "Lucida Sans", Arial;
    font-size: 11px;
    padding: 5px;
    color: #333;
    background-color: #e4e4e4;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(../ext/highslide/graphics/loader.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: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}




.highslide-overlay {
	display: none;
}


/* Controlbar example */
.controlbar {	
	background: url(../ext/highslide/graphics/controlbar_kcn.png);
	width: 100px;
	height: 24px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 24px;
}
.controlbar a:hover {
	background-image: url(../ext/highslide/graphics/controlbar_kc.png);
}
.controlbar .previous {
	width: 25px;
}
.controlbar .next {
	width: 25px;
	background-position: -25px 0;
}
.controlbar .highslide-move {
	width: 25px;
	background-position: -50px 0;
}
.controlbar .close {
	width: 25px;
	background-position: -75px 0;
}



/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}




