.custom #mycarousel {
    width: 245px; height: 75px;
    background: url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg);
    
    position: relative;}
  .custom #mycarousel li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  .custom #mycarousel li, #mycarousel a {
    height: 75px; display: block;}
    


.custom #topc1 {width:75px; height:75px; left:0}
.custom #topc2 {width:75px; height:75px; left:75px;}
.custom #topc3 {width:75px; height:75px; left:150px;}
.custom #topc4 {width:75px; height:75px; left:225px;}
.custom #topc5 {width:75px; height:75px; left:300px;}
.custom #topc6 {width:75px; height:75px; left: 375px;}
.custom #topc7 {width:75px; height:75px; left: 450px;}
.custom #topc8 {width:75px; height:75px; left: 525px;}
.custom #topc9 {width:75px; height:75px; left: 600px;}
.custom #topc10 {width:75px; height:75px;left:675px;}
.custom #topc11 {width:75px; height:75px;left:750px}





    
.custom #topc1 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) 0 -75px no-repeat;}
.custom #topc2 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) -75px -75px no-repeat;}
.custom #topc3 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) -150px -75px no-repeat;}
.custom #topc4 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) -225px -75px no-repeat;}
.custom #topc5 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) -300px -75px no-repeat;}
.custom #topc6 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) -375px -75px no-repeat;}
.custom #topc7 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) -450px -75px no-repeat;}
.custom #topc8 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) -525px -75px no-repeat;}
.custom #topc9 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) -600px -75px no-repeat;}
.custom #topc10 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) -675px -75px no-repeat;}
.custom #topc11 a:hover {background: transparent url(http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg) -750px -75px no-repeat;}


.jcarousel-skin-top li{
/*background-image: url('http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg');*/
}
.jcarousel-skin-top .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-skin-top{
position:relative;
bottom:-4px;
left:100px;
width:857px;
}

.jcarousel-skin-top .jcarousel-container-horizontal {
    width: 245px;
    padding: 0px 40px;
}


.jcarousel-skin-top .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}


.jcarousel-skin-top .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-top .jcarousel-item-horizontal {
    margin-right: 0px;
}


.jcarousel-skin-top .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
    
}



/*.custom #mycarousel{background-image: url('http://heartlandmobilecouncil.org/wp-includes/js/jcarousel/images/topcarouselbg.jpg');}

.custom li.topc1 a:hover {width:75px; height:75px; background:black; }
.custom #mycarousel li.topc2  a:hover {width:75px; height:75px;}
.custom #mycarousel li.topc3  a:hover {width:75px; height:75px;}
.custom #mycarousel li.topc4  a:hover {width:75px; height:75px;}
.custom #mycarousel li.topc5  a:hover {width:75px; height:75px;}
.custom #mycarousel li.topc6  a:hover {width:75px; height:75px;}
.custom #mycarousel li.topc7  a:hover {width:75px; height:75px;}
.custom #mycarousel li.topc8  a:hover {width:75px; height:75px;}
.custom #mycarousel li.topc9  a:hover {width:75px; height:75px;}
.custom #mycarousel li.topc10  a:hover {width:75px; height:75px;}
.custom #mycarousel li.topc11  a:hover {width:75px; height:75px;}

/*
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-top .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0 !important;
}

.jcarousel-skin-top .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-top .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-top .jcarousel-next-disabled-horizontal,
.jcarousel-skin-top .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-top .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-top .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0 !important;
}

.jcarousel-skin-top .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-top .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-top .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-top .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-top .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}


.jcarousel-skin-top .jcarousel

