* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.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: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
	width: 460px;
	height: 360px;
}
.highslide-wrapper .highslide-header div {

}

.highslide-wrapper .highslide-header a {
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.highslide-wrapper .highslide-header a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.highslide-wrapper .highslide-header .highslide-previous a{
	background: url(highslide/graphics/controlbar4.gif);
	float: left;
	width: 50px;
}
.highslide-wrapper .highslide-header .highslide-previous a:hover{
	background: url(highslide/graphics/controlbar4-hover.gif);
}

.highslide-wrapper .highslide-header .highslide-next a{
	background: url(highslide/graphics/controlbar4.gif);
	float: left;
	width: 40px;
	background-position: -50px 0;
}
.highslide-wrapper .highslide-header .highslide-next a:hover{
	background: url(highslide/graphics/controlbar4-hover.gif);
	background-position: -50px 0;
}

.highslide-wrapper .highslide-header .highslide-move a{
	background: url(highslide/graphics/controlbar4.gif);
	float: left;
	width: 40px;
	background-position: -90px 0;
	cursor: move;
}
.highslide-wrapper .highslide-header .highslide-move a:hover{
	background: url(highslide/graphics/controlbar4-hover.gif);
	background-position: -90px 0;
}
.highslide-wrapper .highslide-header .highslide-close a{
	background: url(highslide/graphics/controlbar4.gif);
	float: left;
	width: 27px;
	background-position: -130px 0;
}
.highslide-wrapper .highslide-header .highslide-close a:hover{
	background: url(highslide/graphics/controlbar4-hover.gif);
	background-position: -130px 0;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	float: right;
	width: 167px;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-footer {
	display: inline;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
