/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 183px;
    height: 126px;
}

/**
 * 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 {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 183px;
    padding: 0;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  183px;
    height: 126px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 183px;
    height: 126px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/web/20110818150303im_/http://s3.amazonaws.com/ncaa/css/img/arrowRight.png) no-repeat 0 0;
	opacity:0.7;filter:alpha(opacity=70)
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/web/20110818150303im_/http://s3.amazonaws.com/ncaa/css/img/arrowLeft.png) no-repeat 0 0;
	opacity:0.7;filter:alpha(opacity=70);
}
/*
     FILE ARCHIVED ON 15:03:03 Aug 18, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:57:23 Dec 27, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 173.27
  exclusion.robots: 0.077
  exclusion.robots.policy: 0.072
  RedisCDXSource: 78.163
  esindex: 0.008
  LoadShardBlock: 72.208 (3)
  PetaboxLoader3.datanode: 60.992 (4)
  CDXLines.iter: 18.55 (3)
  load_resource: 112.958
  PetaboxLoader3.resolve: 78.853
*/