.highslide-container DIV 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.highslide-container TABLE 
{ 
	background: none;
}

.highslide 
{
	outline: none;
	text-decoration: none;
}

.highslide IMG 
{ 
	border: 2px solid silver;
}

.highslide:HOVER IMG 
{
	border-color: gray 
}

.highslide-active-anchor IMG 
{
	visibility: hidden;
}

.highslide-gallery .highslide-active-anchor IMG 
{
	border-color: black;
	visibility: visible;
	cursor: default;
}

.highslide-image 
{
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}

.highslide-wrapper, 
.highslide-outline 
{
	background: white 
}

.glossy-dark 
{
	background: #111 
}

.highslide-number 
{
	font-weight: bold;
	color: gray;
	font-size: .9em;
}

.highslide-caption 
{
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}

.highslide-heading 
{
	display: none;
	font-weight: bold;
	margin: 0.4em;
}

.highslide-dimming 
{
	position: absolute;
	background: black;
}

A.highslide-full-expand 
{
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}

.highslide-loading 
{
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(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;
}

.highslide-move, 
.highslide-move * 
{
	cursor: move;
}

.highslide-viewport 
{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	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: url(graphics/close.png);
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent 
{
	display: none;
}

.highslide-html 
{
	background-color: white;
}

.highslide-html-content 
{
	display: none;
	width: 625px;
	padding: 0 5px 5px 5px;
}

.highslide-header 
{
	padding-bottom: 5px;
}

.highslide-header UL 
{
	margin: 0;
	padding: 0;
	text-align: right;
}

.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: gray;
	text-transform: uppercase;
	text-decoration: none;
}

.highslide-header A:hover 
{
	color: black;
}

.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: url(graphics/resize.gif) no-repeat;
}

.highslide-footer .highslide-resize SPAN 
{
	display: none;
}

.highslide-resize 
{
	cursor: nw-resize;
}


/*****************************************************************************/
/* 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;
	margin: 0;
	text-align: center;
	background: none;
}

.text-controls UL 
{
	position: static;
	background: none;
	height: auto;
	left: 0;
}

.text-controls .highslide-move 
{
	display: none;
}

.text-controls LI 
{
	background-image: url(graphics/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}

.text-controls A 
{
	background: url(graphics/controlbar-text-buttons.png) no-repeat;
	background-position: left top !important;
	position: relative;
	left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}

.text-controls A SPAN 
{
	background: url(graphics/controlbar-text-buttons.png) no-repeat;
	margin: 1px 2px 1px 10px;
	display: block;
	min-width: 4em;
	height: 18px;
	line-height: 18px;
	padding: 1px 0 1px 18px;
	color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.text-controls .highslide-next 
{
	margin-right: 1em;
}

.text-controls .highslide-full-expand A SPAN 
{
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}

.text-controls .highslide-close A SPAN 
{
	min-width: 0;
}

.text-controls A:HOVER SPAN 
{
	color: black;
}

.text-controls A.disabled SPAN 
{
	color: #999;
}

.text-controls .highslide-previous SPAN 
{
	background-position: 0 -40px;
}

.text-controls .highslide-previous A.disabled 
{
	background-position: left top !important;
}

.text-controls .highslide-previous A.disabled SPAN 
{
	background-position: 0 -140px;
}

.text-controls .highslide-play SPAN 
{
	background-position: 0 -60px;
}

.text-controls .highslide-play A.disabled 
{
	background-position: left top !important;
}

.text-controls .highslide-play A.disabled SPAN 
{
	background-position: 0 -160px;
}

.text-controls .highslide-pause SPAN 
{
	background-position: 0 -80px;
}

.text-controls .highslide-next SPAN 
{
	background-position: 0 -100px;
}

.text-controls .highslide-next A.disabled 
{
	background-position: left top !important;
}

.text-controls .highslide-next A.disabled SPAN 
{
	background-position: 0 -200px;
}

.text-controls .highslide-full-expand SPAN 
{
	background: none;
}

.text-controls .highslide-full-expand A.disabled 
{
	background-position: left top !important;
}

.text-controls .highslide-close SPAN 
{
	background-position: 0 -120px;
}
