ul.thumbs {
	list-style-type: none;
}
ul.thumbs li a {
	font: normal normal 9px/11px arial;
	color: #fff;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:active, a {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

a.external:link {color:#FFFFFF; font-size: 11pt; font-weight: bold; }
a.external:visited {color:#FFFFFF; font-size: 11pt; font-weight: bold; }
a.external:hover {color:#FFFFFF; font-size: 11pt; font-weight: bold; }
a.external:active {color:#FFFFFF; font-size: 11pt; font-weight: bold; }

#slideshow.press {
	height: 500px;
	width: 773px;
	overflow: hidden;
	cursor: pointer;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 773px;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow { }

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow img {
	vertical-align: middle;
	border: 0px;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	display: block;
	width: 773px;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

.CollapsiblePanelContent {
	display: none;
}

#CollapsiblePanel1 .CollapsiblePanelContent {
	height: 144px;

}

#CollapsiblePanel3 .CollapsiblePanelContent {
	height: 290px;
	margin:0px; padding:0px
}

#CollapsiblePanel4 .CollapsiblePanelContent {
	height: 152px;
}

#CollapsiblePanel2 .CollapsiblePanelContent {
	height: 44px;
}

#CollapsiblePanel2 {
	padding-top: 16px;
}