/* Cycle */
.cycle div { 
    position: relative;
    background-color:rgba(0,0,0,0.65);
    -moz-border-radius: 0px 24px 24px 0px;
    -webkit-border-radius: 0px 24px 24px 0px;
    border-radius: 0px 24px 0px 24px;
    color: #fff;
    padding: 10px;
    width: 180px;
    height:152px;
}