/**
* @file: highslide.css 
* @version: 4.1.8
*/

.highslide-container div {
	font-family:Verdana, Helvetica;
	font-size:10pt;
}

.highslide-container table {
	background-image:none;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
}

.highslide {
	outline-style:none;
	outline-width:initial;
	outline-color:#000000;
	text-decoration:none;
}

.highslide img {
	border:2px solid #FFD700;
}

.highslide:hover img {
	border-top-color:#FFD700;
	border-right-color:#FFD700;
	border-bottom-color:#FFD700;
	border-left-color:#FFD700;
}

.highslide-active-anchor img {
	visibility:hidden;
}

.highslide-gallery .highslide-active-anchor img {
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	visibility:visible;
	cursor:default;
}

.highslide-image {
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#808080;
	border:2px solid #C0C0C0;
}

.highslide-wrapper, .highslide-outline {
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#FFFFFF;
}

.glossy-dark {
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#111111;
}

.highslide-image-blur {
}

.highslide-number {
	font-weight:bold;
	color:#808080;
	font-size:0.9em;
}

.highslide-caption {
	display:none;
	font-size:1em;
	padding:5px;
}

.highslide-heading {
	display:none;
	font-weight:bold;
	margin:0.4em;
}

.highslide-dimming {
	position:absolute;
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
}

a.highslide-full-expand {
	background-image:url(graphics/fullexpand.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	display:block;
	width:34px;
	height:34px;
	margin:0px 10px 10px 0px;
}

.highslide-loading {
	display:block;
	color:#000000;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#FFFFFF;
	background-image:url(graphics/loader.white.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-position:3px 1px;
	background-position-x:3px;
	background-position-y:1px;
	border:1px solid #FFFFFF;
	padding:3px 3px 3px 22px;
}

a.highslide-credits, a.highslide-credits i {
	color:#C0C0C0;
	text-decoration:none;
	font-size:10px;
	padding:2px;
}

a.highslide-credits:hover, a.highslide-credits:hover i {
	color:#FFFFFF;
	background-color:#808080;
}

.highslide-move, .highslide-move * {
	cursor:move;
}

.highslide-viewport {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	background-image:none;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	left:0;
	top:0;
}

.highslide-overlay {
	display:none;
}

.hidden-container {
	display:none;
}

/* Example of a semitransparent, offset closebutton */

.closebutton {
	position:relative;
	top:-15px;
	left:15px;
	width:30px;
	height:30px;
	cursor:pointer;
	background-image:url(graphics/close.png);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
}

/*****************************************************************************/

/* Thumbnail boxes for the galleries.                                        */

/* Remove these if you are not using a gallery.                              */

/*****************************************************************************/

.highslide-gallery ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.highslide-gallery ul li {
	display:block;
	position:relative;
	float:left;
	width:106px;
	height:106px;
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#EDEDED;
	line-height:0;
	overflow:hidden;
	border:1px solid #C0C0C0;
	margin:2px;
}

.highslide-gallery ul a {
	position:absolute;
	top:50%;
	left:50%;
}

.highslide-gallery ul img {
	position:relative;
	top:-50%;
	left:-50%;
}

html > #fluxcsscommentfakeruleprefix16142851321250739824 {
}

body .highslide-gallery ul li {
	text-align:center;
}

html > #fluxcsscommentfakeruleprefix14939596032129300973 {
}

body .highslide-gallery ul img {
	position:static;
}

/*****************************************************************************/

/* Controls for the galleries.											     */

/* Remove these if you are not using a gallery							     */

/*****************************************************************************/

.highslide-controls {
	width:195px;
	height:40px;
	background-image:url(graphics/controlbar%2dwhite.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:0px -90px;
	background-position-x:0;
	background-position-y:-90px;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	margin:20px 15px 10px 0px;
}

.highslide-controls ul {
	position:relative;
	left:15px;
	height:40px;
	list-style-type:none;
	list-style-position:initial;
	list-style-image:initial;
	background-image:url(graphics/controlbar%2dwhite.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:100% -90px;
	background-position-x:100%;
	background-position-y:-90px;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	margin:0;
	padding:0;
}

.highslide-controls li {
	float:left;
	list-style-type:none;
	list-style-position:initial;
	list-style-image:initial;
	margin:0;
	padding:5px 0px 5px 0px;
}

.highslide-controls a {
	background-image:url(graphics/controlbar%2dwhite.gif);
	display:block;
	float:left;
	height:30px;
	width:30px;
	outline-style:none;
	outline-width:initial;
	outline-color:#000000;
}

.highslide-controls a.disabled {
	cursor:default;
}

.highslide-controls a.disabled span {
	cursor:default;
}

.highslide-controls a span {
	display:none;
	cursor:pointer;
}

/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */

.highslide-controls .highslide-previous a {
	background-position:0px 0px;
	background-position-x:0;
	background-position-y:0;
}

.highslide-controls .highslide-previous a:hover {
	background-position:0px -30px;
	background-position-x:0;
	background-position-y:-30px;
}

.highslide-controls .highslide-previous a.disabled {
	background-position:0px -60px;
	background-position-x:0;
	background-position-y:-60px;
}

.highslide-controls .highslide-play a {
	background-position:-30px 0px;
	background-position-x:-30px;
	background-position-y:0;
}

.highslide-controls .highslide-play a:hover {
	background-position:-30px -30px;
	background-position-x:-30px;
	background-position-y:-30px;
}

.highslide-controls .highslide-play a.disabled {
	background-position:-30px -60px;
	background-position-x:-30px;
	background-position-y:-60px;
}

.highslide-controls .highslide-pause a {
	background-position:-60px 0px;
	background-position-x:-60px;
	background-position-y:0;
}

.highslide-controls .highslide-pause a:hover {
	background-position:-60px -30px;
	background-position-x:-60px;
	background-position-y:-30px;
}

.highslide-controls .highslide-next a {
	background-position:-90px 0px;
	background-position-x:-90px;
	background-position-y:0;
}

.highslide-controls .highslide-next a:hover {
	background-position:-90px -30px;
	background-position-x:-90px;
	background-position-y:-30px;
}

.highslide-controls .highslide-next a.disabled {
	background-position:-90px -60px;
	background-position-x:-90px;
	background-position-y:-60px;
}

.highslide-controls .highslide-move a {
	background-position:-120px 0px;
	background-position-x:-120px;
	background-position-y:0;
}

.highslide-controls .highslide-move a:hover {
	background-position:-120px -30px;
	background-position-x:-120px;
	background-position-y:-30px;
}

.highslide-controls .highslide-full-expand a {
	background-position:-150px 0px;
	background-position-x:-150px;
	background-position-y:0;
}

.highslide-controls .highslide-full-expand a:hover {
	background-position:-150px -30px;
	background-position-x:-150px;
	background-position-y:-30px;
}

.highslide-controls .highslide-full-expand a.disabled {
	background-position:-150px -60px;
	background-position-x:-150px;
	background-position-y:-60px;
}

.highslide-controls .highslide-close a {
	background-position:-180px 0px;
	background-position-x:-180px;
	background-position-y:0;
}

.highslide-controls .highslide-close a:hover {
	background-position:-180px -30px;
	background-position-x:-180px;
	background-position-y:-30px;
}

/*****************************************************************************/

/* Styles for the HTML popups											     */

/* Remove these if you are not using Highslide HTML						     */

/*****************************************************************************/

.highslide-maincontent {
	display:none;
}

.highslide-html {
	background-color:#FFFFFF;
}

.highslide-html-content {
	display:none;
	width:400px;
	padding:0px 5px 5px 5px;
}

.highslide-header {
	padding-bottom:5px;
}

.highslide-header ul {
	text-align:right;
	margin:0;
	padding:0;
}

.highslide-header ul li {
	display:inline;
	padding-left:1em;
}

.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display:none;
}

.highslide-header a {
	font-weight:bold;
	color:#808080;
	text-transform:uppercase;
	text-decoration:none;
}

.highslide-header a:hover {
	color:#000000;
}

.highslide-header .highslide-move a {
	cursor:move;
}

.highslide-footer {
	height:16px;
}

.highslide-footer .highslide-resize {
	display:block;
	float:right;
	margin-top:5px;
	height:11px;
	width:11px;
	background-image:url(graphics/resize.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
}

.highslide-footer .highslide-resize span {
	display:none;
}

.highslide-body {
}

.highslide-resize {
	cursor:nw-resize;
}

/*****************************************************************************/

/* Styles for the Individual wrapper class names.							 */

/* See www.highslide.com/ref/hs.wrapperClassName							 */

/* You can safely remove the class name themes you don't use				 */

/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */

.draggable-header .highslide-header {
	height:18px;
	border-bottom:1px solid #DDDDDD;
}

.draggable-header .highslide-heading {
	position:absolute;
	margin:2px 0.4em 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor:move;
	display:block;
	height:16px;
	position:absolute;
	right:24px;
	top:0;
	width:100%;
	z-index:1;
}

.draggable-header .highslide-header .highslide-move * {
	display:none;
}

.draggable-header .highslide-header .highslide-close {
	position:absolute;
	right:2px;
	top:2px;
	z-index:5;
	padding:0;
}

.draggable-header .highslide-header .highslide-close a {
	display:block;
	height:16px;
	width:16px;
	background-image:url(graphics/closeX.png);
}

.draggable-header .highslide-header .highslide-close a:hover {
	background-position:0px 16px;
	background-position-x:0;
	background-position-y:16px;
}

.draggable-header .highslide-header .highslide-close span {
	display:none;
}

.draggable-header .highslide-maincontent {
	padding-top:1em;
}

/* hs.wrapperClassName = 'titlebar' */

.titlebar .highslide-header {
	height:18px;
	border-bottom:1px solid #DDDDDD;
}

.titlebar .highslide-heading {
	position:absolute;
	width:90%;
	color:#666666;
	margin:1px 0px 1px 5px;
}

.titlebar .highslide-header .highslide-move {
	cursor:move;
	display:block;
	height:16px;
	position:absolute;
	right:24px;
	top:0;
	width:100%;
	z-index:1;
}

.titlebar .highslide-header .highslide-move * {
	display:none;
}

.titlebar .highslide-header li {
	position:relative;
	top:3px;
	z-index:2;
	padding:0px 0px 0px 1em;
}

.titlebar .highslide-maincontent {
	padding-top:1em;
}

/* hs.wrapperClassName = 'no-footer' */

.no-footer .highslide-footer {
	display:none;
}

/* hs.wrapperClassName = 'wide-border' */

.wide-border {
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#FFFFFF;
}

.wide-border .highslide-image {
	border-top-width:10px;
	border-right-width:10px;
	border-bottom-width:10px;
	border-left-width:10px;
}

.wide-border .highslide-caption {
	padding:0px 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */

.borderless .highslide-image {
	border-width:initial;
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	border-style:none;
}

.borderless .highslide-caption {
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#C0C0C0;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

/* hs.wrapperClassName = 'outer-glow' */

.outer-glow {
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#444444;
}

.outer-glow .highslide-image {
	border:5px solid #444444;
}

.outer-glow .highslide-caption {
	background-color:#808080;
	border-left:5px solid #444444;
	border-right:5px solid #444444;
	border-bottom:5px solid #444444;
	padding:5px;
}

/* hs.wrapperClassName = 'colored-border' */

.colored-border {
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#FFFFFF;
}

.colored-border .highslide-image {
	border:2px solid #008000;
}

.colored-border .highslide-caption {
	border-left:2px solid #008000;
	border-right:2px solid #008000;
	border-bottom:2px solid #008000;
}

/* hs.wrapperClassName = 'dark' */

.dark {
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#111111;
}

.dark .highslide-image {
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#202020;
	border-left-color:#000000;
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#808080;
}

.dark .highslide-caption {
	color:#FFFFFF;
	background-image:initial;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#111111;
}

.dark .highslide-controls, .dark .highslide-controls ul, .dark .highslide-controls a {
	background-image:url(graphics/controlbar%2dblack%2dborder.gif);
}

/* hs.wrapperClassName = 'floating-caption' */

.floating-caption .highslide-caption {
	position:absolute;
	background-image:none;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	color:#FFFFFF;
	border-width:initial;
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	font-weight:bold;
	border-style:none;
	padding:1em 0px 0px 0px;
}

/* hs.wrapperClassName = 'controls-in-heading' */

.controls-in-heading .highslide-heading {
	color:#808080;
	font-weight:bold;
	height:20px;
	overflow:hidden;
	cursor:default;
	background-image:url(graphics/icon.gif);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:0px 1px;
	background-position-x:0;
	background-position-y:1px;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	margin:0;
	padding:0px 0px 0px 22px;
}

.controls-in-heading .highslide-controls {
	width:105px;
	height:20px;
	position:relative;
	top:-23px;
	left:7px;
	background-image:none;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	margin:0;
}

.controls-in-heading .highslide-controls ul {
	position:static;
	height:20px;
	background-image:none;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
}

.controls-in-heading .highslide-controls li {
	padding:0;
}

.controls-in-heading .highslide-controls a {
	background-image:url(graphics/controlbar%2dwhite%2dsmall.gif);
	height:20px;
	width:20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display:none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position:0px 0px;
	background-position-x:0;
	background-position-y:0;
}

.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position:0px -20px;
	background-position-x:0;
	background-position-y:-20px;
}

.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position:0px -40px;
	background-position-x:0;
	background-position-y:-40px;
}

.controls-in-heading .highslide-controls .highslide-play a {
	background-position:-20px 0px;
	background-position-x:-20px;
	background-position-y:0;
}

.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position:-20px -20px;
	background-position-x:-20px;
	background-position-y:-20px;
}

.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position:-20px -40px;
	background-position-x:-20px;
	background-position-y:-40px;
}

.controls-in-heading .highslide-controls .highslide-pause a {
	background-position:-40px 0px;
	background-position-x:-40px;
	background-position-y:0;
}

.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position:-40px -20px;
	background-position-x:-40px;
	background-position-y:-20px;
}

.controls-in-heading .highslide-controls .highslide-next a {
	background-position:-60px 0px;
	background-position-x:-60px;
	background-position-y:0;
}

.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position:-60px -20px;
	background-position-x:-60px;
	background-position-y:-20px;
}

.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position:-60px -40px;
	background-position-x:-60px;
	background-position-y:-40px;
}

.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position:-100px 0px;
	background-position-x:-100px;
	background-position-y:0;
}

.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position:-100px -20px;
	background-position-x:-100px;
	background-position-y:-20px;
}

.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position:-100px -40px;
	background-position-x:-100px;
	background-position-y:-40px;
}

.controls-in-heading .highslide-controls .highslide-close a {
	background-position:-120px 0px;
	background-position-x:-120px;
	background-position-y:0;
}

.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position:-120px -20px;
	background-position-x:-120px;
	background-position-y:-20px;
}

/*****************************************************************************/

/* Styles for text based controls.						                     */

/* You can safely remove this if you don't use text based controls			 */

/*****************************************************************************/

.text-controls .highslide-controls {
	width:auto;
	height:auto;
	text-align:center;
	background-image:none;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	margin:0;
}

.text-controls ul {
	position:static;
	background-image:none;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	height:auto;
	left:0;
}

.text-controls .highslide-move {
	display:none;
}

.text-controls li {
	background-image:url(graphics/controlbar%2dtext%2dbuttons.png);
	background-position:100% 0%;
	background-position-x:100%;
	background-position-y:0%;
	margin-left:15px;
	display:block;
	width:auto;
	padding:0;
}

.text-controls a {
	background-image:url(graphics/controlbar%2dtext%2dbuttons.png);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	background-position:0% 0%;
	background-position-x:0%;
	background-position-y:0%;
	position:relative;
	left:-10px;
	display:block;
	width:auto;
	height:auto;
	text-decoration:none;
}

.text-controls a span {
	background-image:url(graphics/controlbar%2dtext%2dbuttons.png);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	display:block;
	min-width:4em;
	height:18px;
	line-height:18px;
	color:#333333;
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	margin:1px 2px 1px 10px;
	padding:1px 0px 1px 18px;
}

.text-controls .highslide-next {
	margin-right:1em;
}

.text-controls .highslide-full-expand a span {
	min-width:0;
	margin:1px 0px 1px 0px;
	padding:1px 0px 1px 10px;
}

.text-controls .highslide-close a span {
	min-width:0;
}

.text-controls a:hover span {
	color:#000000;
}

.text-controls a.disabled span {
	color:#999999;
}

.text-controls .highslide-previous span {
	background-position:0px -40px;
	background-position-x:0;
	background-position-y:-40px;
}

.text-controls .highslide-previous a.disabled {
	background-position:0% 0%;
	background-position-x:0%;
	background-position-y:0%;
}

.text-controls .highslide-previous a.disabled span {
	background-position:0px -140px;
	background-position-x:0;
	background-position-y:-140px;
}

.text-controls .highslide-play span {
	background-position:0px -60px;
	background-position-x:0;
	background-position-y:-60px;
}

.text-controls .highslide-play a.disabled {
	background-position:0% 0%;
	background-position-x:0%;
	background-position-y:0%;
}

.text-controls .highslide-play a.disabled span {
	background-position:0px -160px;
	background-position-x:0;
	background-position-y:-160px;
}

.text-controls .highslide-pause span {
	background-position:0px -80px;
	background-position-x:0;
	background-position-y:-80px;
}

.text-controls .highslide-next span {
	background-position:0px -100px;
	background-position-x:0;
	background-position-y:-100px;
}

.text-controls .highslide-next a.disabled {
	background-position:0% 0%;
	background-position-x:0%;
	background-position-y:0%;
}

.text-controls .highslide-next a.disabled span {
	background-position:0px -200px;
	background-position-x:0;
	background-position-y:-200px;
}

.text-controls .highslide-full-expand span {
	background-image:none;
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:initial initial;
	background-position-x:initial;
	background-position-y:initial;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
}

.text-controls .highslide-full-expand a.disabled {
	background-position:0% 0%;
	background-position-x:0%;
	background-position-y:0%;
}

.text-controls .highslide-close span {
	background-position:0px -120px;
	background-position-x:0;
	background-position-y:-120px;
}

/*****************************************************************************/

/* Styles for the thumbstrip.							                     */

/* See www.highslide.com/ref/hs.addSlideshow    							 */

/* You can safely remove this if you don't use a thumbstrip 				 */

/*****************************************************************************/

.highslide-thumbstrip {
	height:100%;
}

.highslide-thumbstrip div {
	overflow:hidden;
}

.highslide-thumbstrip table {
	position:relative;
	border-collapse:collapse;
	padding:0;
}

.highslide-thumbstrip td {
	padding:1px;
}

.highslide-thumbstrip a {
	outline-style:none;
	outline-width:initial;
	outline-color:#000000;
}

.highslide-thumbstrip img {
	display:block;
	border:1px solid #808080;
	margin:0px auto 0px auto;
}

.highslide-thumbstrip .highslide-active-anchor img {
	visibility:visible;
}

.highslide-thumbstrip .highslide-marker {
	position:absolute;
	width:0;
	height:0;
	border:0px solid transparent;
}

.highslide-thumbstrip-horizontal div {
	width:auto;
}

.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display:none;
	position:absolute;
	top:3px;
	left:3px;
	width:25px;
	height:42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom:10px;
	cursor:pointer;
	background-image:url(graphics/scrollarrows.png);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:0% 50%;
	background-position-x:0%;
	background-position-y:50%;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	height:42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display:none;
	position:absolute;
	top:3px;
	right:3px;
	width:25px;
	height:42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom:10px;
	cursor:pointer;
	background-image:url(graphics/scrollarrows.png);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:100% 50%;
	background-position-x:100%;
	background-position-y:50%;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	height:42px;
}

.highslide-thumbstrip-horizontal table {
	margin:2px 0px 10px 0px;
}

.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left:10px;
}

.highslide-thumbstrip-horizontal img {
	width:auto;
	height:40px;
}

.highslide-thumbstrip-horizontal .highslide-marker {
	top:47px;
	border-left-width:6px;
	border-right-width:6px;
	border-bottom:6px solid #808080;
}

.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left:10px;
}

.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color:#FFFFFF;
}

.highslide-thumbstrip-vertical-overlay {
	overflow:hidden;
}

.highslide-thumbstrip-vertical div {
	height:100%;
}

.highslide-thumbstrip-vertical a {
	display:block;
}

.highslide-thumbstrip-vertical .highslide-scroll-up {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left:10px;
	cursor:pointer;
	background-image:url(graphics/scrollarrows.png);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:50% 0%;
	background-position-x:50%;
	background-position-y:0%;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	height:25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-down {
	display:none;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left:10px;
	cursor:pointer;
	background-image:url(graphics/scrollarrows.png);
	background-repeat-x:no-repeat;
	background-repeat-y:no-repeat;
	background-repeat:no-repeat;
	background-attachment:initial;
	background-position:50% 100%;
	background-position-x:50%;
	background-position-y:100%;
	background-origin:initial;
	background-clip:initial;
	background-color:#000000;
	height:25px;
}

.highslide-thumbstrip-vertical table {
	margin:10px 0px 0px 10px;
}

.highslide-thumbstrip-vertical img {
	max-width:60px;
}

.highslide-thumbstrip-vertical .highslide-marker {
	left:0;
	margin-top:8px;
	border-top-width:6px;
	border-bottom-width:6px;
	border-left:6px solid #808080;
}

.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color:#FFFFFF;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow:auto;
}

.highslide-thumbstrip-float ul {
	margin:2px 0px 2px 0px;
	padding:0;
}

.highslide-thumbstrip-float li {
	display:block;
	height:60px;
	list-style-type:none;
	list-style-position:initial;
	list-style-image:initial;
	float:left;
	margin:0px 2px 0px 2px;
}

.highslide-thumbstrip-float img {
	display:inline;
	border-top-color:#C0C0C0;
	border-right-color:#C0C0C0;
	border-bottom-color:#C0C0C0;
	border-left-color:#C0C0C0;
	max-height:56px;
}

.highslide-thumbstrip-float .highslide-active-anchor img {
	border-top-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
}

.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display:none;
}

.highslide-thumbstrip-float .highslide-marker {
	display:none;
}

