* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
    cursor: url(/js/highslide4/graphics/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
    /*position: relative;  for the play-button, obs it throws off Opera! */
}
.highslide img {
    border: 2px solid blue;
}
.highslide:hover img {
    border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
    border-color: black;
}
/* TODO: fix position for IE and Opera */
.highslide img.playbutton {	border: none;	position: absolute;	top: -64px;	left: 38px;	display: none;	filter: alpha(opacity=75);	opacity: .75;}
.highslide:hover img.playbutton {
	/*display: block;*/
}
.highslide-image {    border-width: 2px;    border-style: solid;    border-color: black black #202020 black;    background: gray;}
.highslide-wrapper {
    background: #111;
}
.rounded-white {    background-color: white;}
.glossy-dark {    background: #111;}
.highslide-image-blur {
}
.highslide-caption {    display: none;    border-top: none;    font-size: .75em;    padding: 5px;    color: white;    background: #111;}
.highslide-header {    display: none;    color: white;    font-size: x-small;    font-weight: bold;    margin-bottom: 0.4em;    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.highslide-number {    font-weight: bold;    margin-right: 1em;    display: inline;
}
.highslide-dimming {
    position: absolute;
    background: black;
}
.highslide-resize {	cursor: nw-resize;	font-size: 0; /* ie6 */	width: 11px;	height: 11px;	background: url(/js/highslide4/graphics/resize.gif);
}
.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(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;
}

a.highslide-controls .highslide-full-expand { 
   display: none; 
}
/*a.highslide-full-expand {    background: url(/js/highslide4/graphics/fullexpand.gif) no-repeat;    display: block;    margin: 0 10px 10px 0;    width: 34px;    height: 34px;} */
.highslide-move a {    cursor: move;}

.highslide-overlay {    display: none;}


/* Controlbar example */
.highslide-controls {
    width: 195px;
    height: 20px;
    background: url(/js/highslide4/graphics/controlbar-white-small.gif) -225px 0 no-repeat;
    padding: 0 0 0 15px;
    margin-bottom: 10px;
}
.highslide-controls ul {
    height: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(/js/highslide4/graphics/controlbar-white-small.gif) -20px 0 no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
    background: white; 
}
.highslide-controls a {
    background: url(/js/highslide4/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;
}

/* 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 a {
    background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -20px -20px;
}
.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-move a {
    background-position: -80px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -80px -20px;
}
.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;
}

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

