
.cycle-overlay {
    background: none repeat scroll 0 0 transparent;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    height: 50px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 600;
	display:none;
}
.cycle-overlay div:last-child {
    padding: 0 10px;
}
.cycle-overlay div, .cycle-overlay div p, .cycle-overlay div h1 {
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    text-shadow: 0 1px 0 #000;
	display:none;
	
}
