.circlebanner_headline, .circlebanner_subheadline, .circle_headline, .circle_headline > a{
    color: white;
    text-align: center;
}
.circle_image{
    height:160px;
    width:160px;
    border-radius: 80px;
}
.circlebanner_control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    left: 100px;
}
.circlebanner_control.right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x
    right: 100px;
}
.circlebanner_control {
    bottom: 0;
    color: #ffffff;
    font-size: 20px;
    bottom: 280px;
    opacity: 0.5;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: 15%;
}