/* CAROUSEL / SLIDESHOW */
.carrouselHeader {
  margin-bottom: 0;
}

#slideshow { 
	min-height: 450px;
}

/* Slideshow LOADING */

#slideshow #loading {
  display: block;
  visibility: hidden;
	position: absolute;
  top: 50%;
  left: 50%;	
  z-index: 5;
  width: 24px; 
  text-indent: -9999px;
  background: transparent url('../images/spinner.gif') no-repeat 0 0; /* TO DO Add this image */
}

/* Slideshow PICTURES */

#slideshow #pictures {
	position: relative;
  width: 454px;
  height: 346px;  
	margin: 0;
	padding: 0;
	list-style: none;
}

#slideshow #pictures li {
	position: absolute;
  top: 0;
  left: 0;
  width: 450px;
	margin: 0;
}
#slideshow #pictures li  a.imgLink
{
	height: 346px;
	overflow:hidden;
	display:block;	
	text-decoration:none;
}
#slideshow #pictures li  a.imgLink:hover
{
	text-decoration:none;
}
#slideshow #pictures li h3 {
  margin-top: 0;
  color: #000;
}

#slideshow #pictures li p
{
  position:absolute;
  top: 350px;  
  width:100%;
}

#slideshow .pagination
{
  position:relative;
  top: 85px;
}

#slideshow #previous,
#slideshow #next
{
  margin: 5px;
  text-decoration:none;
}

#slideshow .caption .button {
	float: right;
	margin-left: 5px;
}

/* Slideshow MENU */

#menu {
  position: relative;
  top: -30px;
  left: 0;
  width: 444px;
  height: 104px;
  overflow: hidden;
 	margin: 0 0 0 10px;
 	padding: 0;	
	list-style: none;
}

#menu li {
	float: left;
	margin: 0;
}

/* Slideshow Menu IMAGE LINK */
/* Little purple boxes... */

#menu .image-link {
	display: block;
	width: 20px;
	height: 20px;
  margin-right: 10px;
	overflow: hidden;
  text-indent: -9999px; /* Hides the link text */
  text-decoration: none;  
	background: #3702bd; /* Bright purple */
	display:none;
}

#menu .image-link:hover,
#menu .image-link:focus {
	outline: 0;
	background: grey;
}

#menu .current .image-link {
	background: white;
}

/* Slideshow Menu CAPTION */
/* Little purple boxes... */

#menu .caption {
	display: none;
}

#menu .current .caption {
	display: block;
	position: absolute;
  top: 40px;
  left: 0;
  width: 444px;
}

#menu .caption .caption-text {
	float: left;
	width: 70%;
}

#menu .caption .button {
	float: right;
}
