.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('/includes/hs/graphics/loader.white.gif');
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

/* Styles for the zoom image */
.highslide-photo {
	background-color: white;
}
.highslide-photo .highslide-image {
	border: 1px solid #ccc;
	padding: 4px;
}

/* Styles for the zoom image */
.controlbar {
	background: url(/includes/hs/graphics/cubebar-photo.gif);
	width: 86px;
	height: 19px;
	float:right;
}
.controlbar a {
	display: block;
	float: left;
	height: 19px;
}
.controlbar a:hover {
	background-image: url(/includes/hs/graphics/cubebar-photo-hover.gif);
}
.controlbar .previous {
	width: 20px;
}
.controlbar .next {
	width: 20px;
	background-position: -20px 0;
}
.controlbar .highslide-move {
	width: 20px;
	background-position: -40px 0;
}
.controlbar .close {
	width: 20px;
	background-position: -60px 0;
}

/* Styles for the news popup */
.newsstory-wrapper {
	background-color: White;
}
.newsstory-wrapper .highslide-html-content {
    width: 550px;
    height: 300px;
    padding: 20px 5px 20px 5px;
}
.newsstory-wrapper .highslide-header {
	display: none;
}
.newsstory-wrapper .highslide-footer {
	display: none;
}
.newsstory-wrapper .highslide-body {
}
.newsstory-wrapper .highslide-header .highslide-move {
    display: none;
}
.highslide-dimming {
	position: absolute;
	background: white;
}
.highslide-overlay {
	display: none;
}
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url('/includes/hs/graphics/close.png');
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/includes/hs/graphics/close.png', sizingMethod='scale');
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
