

/* Slideshow metrics */
.slideshow {
height: 274px;
    width: 758px;
	margin:0px;
	padding:0px;
	 }

/* ... */
.slides img {
  width: 100%;
  height: 100%;
}

/* Super slide */
.with-overlay {
  position: relative;
}

.with-overlay img,
.with-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

 
.with-overlay .overlay {
  background-color: black;
    color: white;
    height: 52px;
    line-height: 200px;
	margin:230px 0px 0px 0px;
    opacity: 0.7;
    text-align: center;
    z-index: 2;
 
}

.with-overlay .in {
  display:block;
  vertical-align: middle;
  padding:3px;
  line-height:12px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;

  /* Compensation for dots */

}

 

.with-overlay p {
  margin-bottom: 20px;
  color: #d0d0dd;
}

 

