#jcl-demo-hbr .carousel-hbr {
  
/* float: left; padding-left: 10px;*/
  


    /* Needed for rendering without flicker */
  
position: relative;
  
visibility: hidden;
  
left: -5000px;
  height:420px !important;
left: 50%;top:0;
}

    /* Styling for image based carousel content. Only width and height are mandatory */
    #jcl-demo-hbr .carousel-hbr>ul.hbr>li.hbr>img.hbr {
        width: 428px;
        height:90px;
        vertical-align:middle;
border: 1px solid #ccc;padding: 5px;box-sizing: border-box;
        /* optional */
      
   
    }

    /* Styling for text based carousel content. Only width and height are mandatory */
    #jcl-demo-hbr .carousel-hbr>ul.hbr>li.hbr>p.hbr {
        width: 100%;
        height: 174px;

        margin: 10px 10px 10px 0;
        border: 1px solid #808080;
        border-radius: 5px;
        line-height: normal;
        background-color: #fff;
        padding: 10px;
    }

    /* Styling for text based carousel content. Only width and height are mandatory */
    #jcl-demo-hbr .carousel-hbr>ul>li  {
        width: 100% !important;
        height:206px;margin-bottom:10px;font:12px Ariali;color: #fff;
 
    }

/* Styles for PREV and NEXT anchor buttons */
#jcl-demo-hbr a.prev.hbr, #jcl-demo-hbr a.next.hbr, #jcl-demo-hbr a.go.hbr {
    display: block;
    width: 20px;
    height: 10px;
    line-height: 1;
    /*background-color: #333333;*/
 
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 25px;
    border-radius: 8px;
    /* float: left; */
    left: 96%;
    margin-left: -13px;
    position: relative;
}
    #jcl-demo-hbr a.prev.disabled, #jcl-demo-hbr a.next.disabled,
    #jcl-demo-hbr a.prev.disabled:hover, #jcl-demo-hbr a.next.disabled:hover {
       /* background-color: #8d8d8d;*/
        cursor: default;
    }
    #jcl-demo-hbr a.go.highlight.hbr {
      /*  background-color: #dedede;
        color: #000;*/
    }
    #jcl-demo-hbr a.prev.hbr {
        margin: 50px 0 0 0;
        top: -108px;
        position: absolute;
        text-indent: 7px;
        background: url(prev-icon-hbr.svg) no-repeat;
    }
    #jcl-demo-hbr a.next.hbr {
     margin: 50px 0 0 0;
     position: absolute;
     text-indent: 10px;
     background: url(next-icon-hbr.svg) no-repeat;
     top: -90px;
    }
        #jcl-demo-hbr a.prev.hbr:hover, #jcl-demo-hbr a.next.hbr:hover, #jcl-demo-hbr a.go.hbr:hover {
           /** background-color: #666666;*/
        }

/* Additional carousel styles for external controls, slider, widget, mid etc. */

#jcl-demo-hbr .externalControl button,
#jcl-demo-hbr .imageSliderExt button {
    margin: 5px 5px 0 0;
}
#jcl-demo-hbr .externalControl a.next, #jcl-demo-hbr .externalControl a.prev, #jcl-demo-hbr .externalControl a.go,
#jcl-demo-hbr .imageSliderExt a.next, #jcl-demo-hbr .imageSliderExt a.prev, #jcl-demo-hbr .imageSliderExt a.go
{
    margin: 0 5px 0 0;
    padding: 7px 5px 0 5px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}

#jcl-demo-hbr .widget img {
    cursor: pointer;
}
#jcl-demo-hbr .mid {
    margin-left: 50px;
    width: 400px;
    height: 300px;
}
#jcl-demo-hbr .vertical {

width:100%;

height:430px;

position: relative;

float: left;
}

#jcl-demo-hbr .imageSlider .carousel-hbr>ul.hbr>li.hbr>img.hbr,
#jcl-demo-hbr .imageSliderExt .carousel-hbr>ul.hbr>li.hbr>img.hbr {
    width: 400px;
    height: 300px;
}
#jcl-demo-hbr .imageSlider .carousel-hbr>ul.hbr>li.hbr>p.hbr,
#jcl-demo-hbr .imageSliderExt .carousel-hbr>ul.hbr>li.hbr>p.hbr {
    width: 380px;
    height: 280px;
}

/* Other common styles */

.clear {
    clear: both;
}

.prev-icon{background: url(../carousel/prev-icon-hbr.svg) no-repeat center;}
.next-icon{background: url(../carousel/next-icon-hbr.svg) no-repeat center;}
