.jcarousel-skin-tango .jcarousel-container-horizontal {
width:588px;
padding:0;
margin:0;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal { }

.jcarousel-skin-tango .jcarousel-item {
width:90px;
height: 90px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right:5px;
padding:0;
}

.jcarousel-skin-tango .jcarousel-item-horizontal img {
cursor:pointer;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
background:#fff;
color:#000;
}

/* == Horizontal Buttons == */

.jcarousel-skin-tango .jcarousel-next-horizontal {
position: absolute;
top:0px;
*top:10px;
right:8px;
width: 20px;
height: 180px;
cursor: pointer;
background:url(/other_files/espnstar/newsslider-controls.gif) bottom left no-repeat;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
position: absolute;
top:0px;
*top:10px;
left:8px;
width:20px;
height:180px;
cursor:pointer;
background:url(/other_files/espnstar/newsslider-controls.gif) top left no-repeat;
}



/**
 *  Horizontal Buttons
 */

/*
.jcarousel-skin-screenshots .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/other_files/espnstar/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-screenshots .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-screenshots .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-screenshots .jcarousel-next-disabled-horizontal,
.jcarousel-skin-screenshots .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-screenshots .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-screenshots .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/other_files/espnstar/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-screenshots .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-screenshots .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-screenshots .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-screenshots .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-screenshots .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
*/


