div.ic_myCarousel {
    margin: 0px;
    clear: right;
    background: #fff;
}

.ic_myCarousel .ic_button {
    background: #fff!important;
    width: 14px;
    height: 14px;
    position: relative;
    float: left;
    margin-right: 4px;
    margin-top: 1px;
    border-radius: 50%;
    border: 1px solid #0C3B6C;
}

.ic_myCarousel .ic_button:hover {
    background-color: #008bc3 !important;
}

.ic_myCarousel .ic_thumbnails {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 2px 6px;
    height: 19px;
    margin: 0 auto;
    display: inline-block;
}

*+html .ic_myCarousel .ic_thumbnails {
    display: inline;
}

.ic_controls {
    display: none;
}
/* keep this after the ic_button code for proper border coloring */

.ic_myCarousel2 .ic_active,
.ic_myCarousel .ic_active,
.ic_vidCarousel .ic_active {    
    background-color: #0C3B6C !important;
}

.ic_caption {
    display: none;
    background: #000;
    color: #fff;
    font-family: arial;
    font-size: 18px;
    line-height: 1.4em;
    opacity: 0.8;
    padding: 10px;
    text-align: left;
    width: 646px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
/* .options {
	font-size: 16px;
} */

.ic_thumbnail_tray {
    background-color: #FFF;
    width: 646px!important;
    min-height: 30px !important;
}
/* Nav */

.ic_right_nav,
.ic_left_nav {
    text-align: center;
    padding: 15px 0px;
    background-color: #fff;
    opacity: 0.5 !important;
    /* border-radius: 30px; */
    top: 75px !important;
}

.ic_right_nav {
  border-radius: 4px 0 0px 4px !important;    
}

.ic_left_nav {
border-radius: 0px 4px 4px 0px !important;    
}

/* No js overflow css */

#carousel {
    display: block;
    height: 270px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 646px;
    list-style: none;
    padding: 0;
}

#carousel li {
    width: 646px;
}

#carousel li a {
    text-decoration: none;
}

#carousel li a p {
    color: #000;
    margin: 0 0 10px 0;
}