/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	margin-top:5px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li{
float: right;
width:63px;
list-style: none;
padding:0px 1px;
}
.jcarousel-list li img{
float: right;
width:50px;
height:45px;
margin:5px 5px 0px 0px;
}


.jcarousel-item {
    float: right;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
}
.HChampTit{width:63px; text-align:center; font-size:7.5pt;float:right; color:#959595;}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next ,.jcarousel-prev {
display:block; float:right; width:20px;
height:18px ; background-color:#0000FF; margin-top:30px; cursor:pointer;background:url(right.png) no-repeat top;}
.jcarousel-next:hover{background:url(right.png) no-repeat bottom;}
.jcarousel-prev {float:left;background:url(left.png) no-repeat top;}
.jcarousel-prev:hover{float:left;background:url(left.png) no-repeat  bottom;}

