.hrtv-logo-floater {
  position:relative;
  top:-20px;
  left: -24px;
}
a.prev,a.prev:link,a.prev:visited,a.prev:active {
position:relative;
top: -70px;/*60 + font-size10px*/
margin-left:5px;
background:transparent url(http://www.humanrightstv.com/includes/img/carousel/prev.gif) no-repeat scroll left;
display:block;
float:left;
height:24px;
text-decoration:none;
width:24px;
}
a.prev:hover {
position:relative;
top: -70px;/*60 + font-size10px*/
margin-left:5px;
background:transparent url(http://www.humanrightstv.com/includes/img/carousel/prevHover.gif) no-repeat scroll left;
display:block;
float:left;
height:24px;
text-decoration:none;
width:24px;
}
a.next,a.next:link,a.next:visited,a.next:active {
position:relative;
top: -70px;/*60 + font-size10px*/
margin-right:5px;
background:transparent url(http://www.humanrightstv.com/includes/img/carousel/next.gif) no-repeat scroll left;
display:block;
float:right;
height:24px;
text-decoration:none;
width:24px;
}
a.next:hover {
position:relative;
top: -70px;/*60 + font-size10px*/
margin-right:5px;
background:transparent url(http://www.humanrightstv.com/includes/img/carousel/nextHover.gif) no-repeat scroll left;
display:block;
float:right;
height:24px;
text-decoration:none;
width:24px;
}
.jcarousel-skin-tango .jcarousel-container{
/*     -moz-border-radius: 10px; */
    -moz-border-radius-bottomleft: none;
    -moz-border-radius-bottomright: none;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    background: url(../img/carousel-shade.png) bottom repeat-x;
/*     border: 1px solid #999; */
border: 1px solid #666;
    border-bottom:1px solid #000; 
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    /*width: 245px;*/
    width: 920px;
    padding: 20px 40px;

    
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
/*     width:  245px; */
    width: 920px;
    height: 52px;
}

.jcarousel-skin-tango .jcarousel-item {
 
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    /*margin-right: 17px;*/
    margin-left:9px;
    margin-right:8px;
    width: 75px;
    height: 52px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal img {
    border:1px solid #000;
}

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

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

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

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

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

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

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

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

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