div.cbb {
    background:url('/assets/69/cb-box-4.png') no-repeat 100% 0;
}

div.panel{
    position: relative;
    width: 25000px;
    height: 125px;
    top: 0px;
    left: 0px;
    z-index: 0;
}

span.catch-phrase {
   font-weight: bold;
}

div.slider-sub-title {
   padding: 5px 0 10px 0;
}

div#visible-window-for-panel{
    position: relative;
    /* border:4px solid #b6b6b6; */
    overflow: hidden;
    width: 575px;
    height: 225px;
    z-index: 1;
    margin-left: 10px;
}

div.item-panel{
    width: 575px;
    float: left;
}

img.item-image{
    float: left;
    padding: 10px;
}

div.panel-number-box-container {
    left:55px;
    position:absolute;
    top:197px;
}

div.panel-number-box {
    height: 20px;
    float: left;
    margin-left: 7px;
    background-color: #cccccc;
    color: white;
    text-align: center;
    cursor: pointer;
}

div#visible-window-for-panel div.active{
    background-color: #7a7a7a;
}

div.slider-hero {
   float: left;
   width: 35%
}

div.slider-content {
   float: left;
   width: 64%
}

/* start inner formatting */
div.item-panel div.article {
    padding: 10px 20px;
}

div.item-panel div.article h3 {
    float:left;
    margin-right: 15px;
}

div.item-panel div.article p {
    line-height: 22px
}

div.item-panel div.article a.read-more {
    float:right;
}

