/**
 * 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;
}


/**
 * 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;
}



/*=SKIN STYLES*/
.jcarousel-container {
  height: 104px;

}

.jcarousel-item-horizontal {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 104px;
    cursor: pointer;
    background: transparent url(../images/next.gif) no-repeat 0px 0;
}

.jcarousel-next-horizontal:hover {
/*    background-position: -32px 0;*/
}

.jcarousel-next-horizontal:active {
    background-position: 0 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 104px;
    cursor: pointer;
    background: transparent url(../images/prev.gif) no-repeat 0px 0;
}

.jcarousel-prev-horizontal:hover {
/*    background-position: 0px 0;   */
}

.jcarousel-prev-horizontal:active {
    background-position: 0px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0;
}

#pi-images-wrap{
  height: 104px;
}
#pi-ximg-wrap{
  height: 104px;
}

#pi-images-wrap1{
  height: 104px;
}
#pi-ximg-wrap1{
  height: 104px;
}

#pi-images-wrap2{
  height: 104px;
}
#pi-ximg-wrap2{
  height: 104px;
}

#pi-images-wrap3{
  height: 104px;
}
#pi-ximg-wrap3{
  height: 104px;
}


.jcarousel-container-horizontal {
    width: 790px;
}
.jcarousel-clip-horizontal {
    width:  744px;
    height: 104px;
    margin: 0 auto;
}
.jcarousel-item {
    width: 60px;
    height: 50px;
}


.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
    width: 186px;
    height: 104px;
}
.listingPage .jcarousel-list li, .listingPage  .jcarousel-item {
    float: left;
    list-style: none;
    width: 135px;
    height: 104px;
}

.videoBoxCellName {
  background: #cacaca;
  width: 147px;
  height: 21px;
  padding: 0px 0 0 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.videoBoxCellName a{
  text-decoration: none;
}
.videoBoxCellName a:hover{
  text-decoration: none;
}