.remvideo{
  margin-top: 10px;
}

.rvid-player-holder{
  width: 457px;
  float: left;
  margin-top: -10px;
}

.rvid-current{
    color: #68676C;
    float: left;
    margin-left: 55px;
    width: 217px;
}

.rvid-current .title{
    font-size: 12.2pt;
    margin-bottom: 10px;
}

.rvid-current .description{
    font-size: 9.3pt;
    text-align: justify;
    max-height: 256px;
    overflow: hidden;
}

.rvid-filmstrip-pan{
  position:relative;
  margin-top: 6px;
}

.rvid-filmstrip-pan .jcarousel-item{
  height: 152px;
  width: 232px;
  cursor: pointer;
  position: relative;
}

.rvid-filmstrip-pan .jcarousel-item .item-frame{
    background-image: url("/images/gallery/item-bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 127px;
    padding-left: 16px;
    padding-top: 15px;
    position: relative;
    width: 216px;
}

.rvid-filmstrip-pan .jcarousel-item.selected .item-frame{
  background-position:  0 -142px;
}

.rvid-filmstrip-pan .item-wrapper{
    background-position: center center;
    background-repeat: no-repeat;
    height: 113px;
    width: 200px;
}
.rvid-filmstrip-pan .item-title{
    color: #68676C;
    font-size: 9.5pt;
    margin-top: 6px;
    padding: 0 20px 0 10px;
    text-align: center;
}

.rvid-filmstrip-pan .item-wrapper.selected{

}

.rvid-filmstrip-pan .jcarousel-container{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    margin-left: -32px;
    padding: 10px 40px;
}

.rvid-filmstrip-pan .jcarousel-container,
.rvid-filmstrip-pan  .jcarousel-clip{
  width: 730px;
}

.rvid-filmstrip-pan  .jcarousel-clip{
    background-color: transparent;
    height: 152px;
}

.rvid-filmstrip-pan .jcarousel-item-horizontal {
    margin-right: 15px;
}



.rvid-filmstrip-pan .jcarousel-next-horizontal,
.rvid-filmstrip-pan .jcarousel-prev-horizontal {
    background-image: url("/images/rvideo/prev-next-arrow.png");
    background-repeat: no-repeat;
    height: 60px;
    width: 23px;
    top:53px;
}
.rvid-filmstrip-pan .jcarousel-next-horizontal{
    background-position: 100% 0;
    right: 8px;
}


.rvid-filmstrip-pan .jcarousel-prev-horizontal{
    background-position:0 0;
    left: 8px;
}

.rvid-filmstrip-pan .jcarousel-next-horizontal:hover,
.rvid-filmstrip-pan .jcarousel-next-horizontal:focus,
.rvid-filmstrip-pan .jcarousel-next-horizontal:active{
      background-position: 100% -60px;
}
.rvid-filmstrip-pan .jcarousel-prev-horizontal:hover,
.rvid-filmstrip-pan .jcarousel-prev-horizontal:focus,
.rvid-filmstrip-pan .jcarousel-prev-horizontal:active{
    background-position: 0 -60px;
}


.rvid-filmstrip-pan .jcarousel-next-disabled-horizontal,
.rvid-filmstrip-pan .jcarousel-next-disabled-horizontal:hover,
.rvid-filmstrip-pan .jcarousel-next-disabled-horizontal:focus,
.rvid-filmstrip-pan .jcarousel-next-disabled-horizontal:active,
.rvid-filmstrip-pan .jcarousel-prev-disabled-horizontal,
.rvid-filmstrip-pan .jcarousel-prev-disabled-horizontal:hover,
.rvid-filmstrip-pan .jcarousel-prev-disabled-horizontal:focus,
.rvid-filmstrip-pan .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

