﻿/* caption */
.cycle-caption { 
	position: absolute;   
	font-size: small;
	font-weight:bold; 
	color: white; 
	bottom: 3px; right: 3px; z-index: 700; 
	}


/* overlay */
.cycle-overlay { 
	position: absolute;
    font-size: small;
    font-weight:bold;
    text-align: right;
    color: black;
    top: 3px; right:3px;  z-index: 600;
    background: white;  padding: 2px; opacity: 0.7; 
	}
