/* ----------------------- SLIDESHOW LAYOUT -----------------------*/
/* Slideshow Section */
#slidecontainer {
  width: 700px;
  height: 200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;  
  padding-bottom: 0px;
}

/* Slideshow Alternative (Coin Slider)*/
.coin-slider {  
  overflow: hidden; 
  position: relative;
  padding: 0;
  }
.coin-slider a { 
  text-decoration: none; 
  outline: none; 
  border: none;
}
.cs-buttons { 
  display: none;
  margin-top: 10px;
	position:absolute;
	left:47%;
}
.cs-buttons a { 
  display:block;
	width:17px;
	height:17px;
	background-image: url(../images/bullet-nav.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.cs-buttons a.cs-active { 
  background-position:-17px 0;
}
.cs-prev, 
.cs-next { 
  background-color: #FFFFFF; 
  color: #333333; 
  padding: 0px 10px; 
}
.cs-title {
  background-color: #FFFFFF; 
  color: #333; 
  line-height: 1.4em;
  width: 660px;
  padding: 
  10px 20px;
  font-size: 1.1em;
  font-weight: bold;
}
.cs-title strong {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom:5px;
}