
/**************************************************************

	SlideShow
	v 1.2

**************************************************************/

.slideshow {
	width: 360px;
	height: 270px;
}

.loading {
	background: url(loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #000;
	padding: 0px;
}

.current img {
	border: 1px solid red;
	padding: 0px;
}

.outline {
	border: 1px solid #000;
	z-index: 0;
	position: absolute;
}

#thumbnails IMG
{
  display: inline;
  float: left;
}

a {
	color: orange;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}


/** New styles **/


.slideshowcontainer
{
  border:1px solid #aaa;
  width:360px;
  height:313px;
  margin:0px;
  margin-top:12px;
  background-color: #026843;
}

.slideshowcontrols
{
  margin-top:12px;
  margin-right:6px;
  float:right;
}

.slideshowcontrols A
{
  float: left;
	text-decoration: none;
  background-color: #026843;
  padding-right: 1px;
}

.slideshowLayerTop {
  position: absolute;
  width: 360px;
  height: 220px;
  top: 0px;
  left: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  float:left;
  background-color: #fff;
}

.slideshowLayerBottom {
  position: absolute;
  width: 360px;
  height: 50px;
  top: 220px;
  left: 0px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  float:left;
  background-color: #000;
}

.slideshowText {
  padding: 5px;
  line-height: 13px;
}

.slideshowTitleText {
  color: white;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
}

.slideshowSummaryText {
  color: white;
}

/*************************************************************/

