
* {
    font-family: Arial,Verdana, Helvetica;
    font-size: 9pt;
}
.textwrapper .highslide {
	font-size: 11pt; 
	text-decoration: none;
	display: block; 
	text-align: center;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-wrapper .highslide-body {
}
/* Individual CSS-classes: white */
.highslide-white {
	background-color: white;
}
h2 {
	border-bottom: 1px solid gray;
}
.highslide {
    cursor: url(http://web103.server229.star-server.info/img/highslide/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
    /*position: relative;  for the play-button, obs it throws off Opera! */
}
.highslide img {
    border: 2px solid silver;
}
.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: 1em;
    padding: 5px;
    color: white;
    background: #111;
}
.highslide-header {
    display: none;
    color: white;
    font-size: 1.2em;
    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(http://web103.server229.star-server.info/img/highslide/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(http://web103.server229.star-server.info/img/highslide/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-full-expand {
    background: url(http://web103.server229.star-server.info/img/highslide/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: 40px;
    background: url(http://web103.server229.star-server.info/img/highslide/controlbar-black.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(http://web103.server229.star-server.info/img/highslide/controlbar-black.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(http://web103.server229.star-server.info/img/highslide/controlbar-black.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    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 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}


/* Controlbar example */
.controlbar5 {	
	background: url(http://web103.server229.star-server.info/img/highslide/controlbar5.gif);
	width: 83px;
	height: 18px;
	float:right;
}
.controlbar5 a {	
	display: block;
	float: left;
	height: 18px;
}
.controlbar5 a:hover {
	background-image: url(http://web103.server229.star-server.info/img/highslide/controlbar5-hover.gif);
}
.controlbar5 .previous {
	width: 20px;
}
.controlbar5 .next {
	width: 20px;
	background-position: -20px 0;
}
.controlbar5 .highslide-move {
	width: 20px;
	background-position: -40px 0;
}
.controlbar5 .close {
	width: 20px;
	background-position: -60px 0;
}

.controlbar {    
    background: url(http://web103.server229.star-server.info/img/highslide/controlbar4.gif);
    width: 167px;
    height: 34px;
}
.controlbar a {    
    display: block;
    float: left;
    height: 27px;
}
.controlbar a:hover {
    background-image: url(http://web103.server229.star-server.info/img/highslide/controlbar4-hover.gif);
}
.controlbar .previous {
    width: 50px;
}
.controlbar .next {
    width: 40px;
    background-position: -50px 0;
}
.controlbar .highslide-move {
    width: 40px;
    background-position: -90px 0;
}
.controlbar .close {
    width: 36px;
    background-position: -130px 0;
}
 
/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer; /* w3c */
	background: url(http://web103.server229.star-server.info/img/highslide/close.png);
}


/* Put these last in your highlide-related CSS */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

