/* highslide image/flash view definitions */
.highslide { cursor: url(../js/highslide/graphics/zoomin.cur), pointer; outline: none; text-decoration: none; }
.highslide-wrapper, .rounded-white { background: white; }
.highslide-image-blur { }
.highslide-caption { display: none; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; color: #000000; padding: 5px; background: #FFFFFF; }
.highslide-heading { font-size: 16px; color: #0872BA; letter-spacing: -0.5px; font-family: Arial, Verdana, Helvetica, sans-serif; display: none; font-weight: bold; height: 20px; overflow: hidden; cursor: default; padding-left: 5px; }
.highslide-dimming { position: absolute; background: black; }
.highslide-loading { display: block; color: black; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: none; padding: 3px; border: 1px solid white; background-color: white; padding-left: 22px; background-image: url(../js/highslide/graphics/loader.white.gif); background-repeat: no-repeat; background-position: 3px 1px; }
a.highslide-credits, a.highslide-credits i { padding: 2px; color: gray; text-decoration: none; font-size: 10px; }
a.highslide-credits:hover, a.highslide-credits:hover i { color: white; background-color: gray; }

/* controls. */
.highslide-controls { width: 105px; height: 20px; position: relative; top: -21px; left: 7px; }
.highslide-controls ul { height: 20px; list-style: none; margin: 0; padding: 0; }
.highslide-controls li { float: left; list-style: none; }
.highslide-controls a { background-image: url(../js/highslide/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 { display: none; }
.highslide-controls .highslide-move { display: none; }
.highslide-move a { cursor: move; }

/* 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-play a.disabled { background-position: -20px -40px !important; }
.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-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; }

.highslide-overlay { display: none; }

.closebutton { float: right; position: relative; top: -35px; left: 15px; width: 30px; height: 30px; cursor: hand; cursor: pointer; background: url(../js/highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	/* Note! the src is relative to the HTML file, not the CSS file */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/highslide/graphics/close.png', sizingMethod='scale');
}

/* OVERRIDE FOR HIGHSLIDE HTML CONTENT - Make sure this comes last! */
div.highslide-html-content div.highslide-header { display: none; visibility: hidden; }
div.highslide-html-content .highslide-heading { font-size: 18px; color: #0872BA; letter-spacing: -0.5px; display: none; font-weight: bold; height: 20px; overflow: hidden; cursor: default; padding-left: 5px; float: left; }
div.highslide-html-content .highslide-header ul { z-index: 1; margin: 0; padding: 0; text-align: right; float: right; top: 0; clear: none;  }
div.highslide-html-content .highslide-header ul li { display: inline; padding-left: 1em; }
div.highslide-html-content .highslide-header ul li.highslide-previous, div.highslide-html-content .highslide-wrapper .highslide-header ul li.highslide-next { display: none; visibility: hidden; }
div.highslide-html-content .highslide-header a { font-weight: bold; color: #0872BA; text-transform: capitalize; text-decoration: none; font-size: 14px; letter-spacing: -0.5px; }
div.highslide-html-content .highslide-header a:hover { color: black; }
div.highslide-html-content li.highslide-move { visibility: hidden; }
div.highslide-html-content .highslide-footer { height: 1px; }
div.highslide-html-content .highslide-footer .highslide-resize { visibility: hidden; float: right; height: 1px; width: 11px; background: url(../js/highslide/graphics/resize.gif); }
div.highslide-html-content .highslide-resize { cursor: nw-resize; }
/* END OVERRIDE */