/* slideshow */
/* add main container definitions - overflow hidden - here! ex:
#slides {
    height: 240px;
    width: 630px;
    overflow: hidden;
    position: relative;
}*/

/* overlay */
.cycle-overlay { 
    font-family: Arial,Helvetica,sans-serif;
    position: absolute; top: 80px; width: 100%; z-index: 600; height: 50px;
    background: transparent; color: white; padding: 0; opacity: 1;
}
/* caption */
.cycle-overlay div:last-child {
	padding: 0 10px;
	display: none;
}
.cycle-overlay div,
.cycle-overlay div p,
.cycle-overlay div h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: white;
  text-shadow:0 1px 0 #000; 
}

