.vodpod_videos_widget {
  width:388px !important;
  color:#fff;
  position:relative !important;  
  
}
.vodpod_videos_widget a {
  color:#666;
  border:none;
}
  .vodpod_videos_widget .vodpod_header {
    display:none;
  }
  .vodpod_videos_widget .vodpod_video_container {
    margin-left:0px;
  }
  .vodpod_videos_widget .vodpod_video {
    float:left;
    cursor:pointer;
    position:relative;
    display:inline;
    width:75px;
    height:75px;
    border: 1px dashed #888;
    margin: 0px 16px 15px 0;
    font-size:9px;
 		padding: 5px;   
  }
  .vodpod_videos_widget .vodpod_video:hover {
      border: 1px dashed #FFFFFF;
  }
    .vodpod_videos_widget .vodpod_video .vodpod_video_thumbnail {
      display:block;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_thumbnail img {
      width:75px;
      height:75px;
      border:none;
      padding:0;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_placeholder1 {
      position:absolute;
      background:#666;
      width:72px;
      opacity:0.8;
      filter:alpha(opacity=80);
      -moz-opacity:0.80;
      height:24px;
      bottom:5px;
      left:5px;
      padding-left:2px;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_title {
      display:block;
      position:absolute;
      height:24px;
      width:70px;
      line-height:12px;
      overflow:hidden;
      bottom:7px;
      left:7px;
      color:#fff;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_views {
      display:none;
    }
    .vodpod_videos_widget .vodpod_video .vodpod_video_created_at {
      display:none;
    }
    .vodpod_videos_widget .vodpod_video:hover .vodpod_video_title {
      display:none;
    }
    .vodpod_videos_widget .vodpod_video:hover .vodpod_video_views {
      display:block;
      position:absolute;
      line-height:12px;
      bottom:7px;
      left:7px;
      font-weight:bold;
    }
    .vodpod_videos_widget .vodpod_video:hover .vodpod_video_created_at {
      display:block;
      position:absolute;
      line-height:12px;
      bottom:17px;
      left:7px;
      font-weight:bold;
    }
    
.vodpod_videos_widget .vodpod_footer_separator {
  clear:both;
  height:1px;
}

.vodpod_videos_widget .vodpod_footer {
  float:right;
  top:0px;
  margin-bottom:15px;
  margin-left:15px;
  font-size:12px;
}

.vodpod_videos_widget .vodpod_see_all {
  font-weight:bold;
  color:#003B61;
  float:left;
}

.vodpod_videos_widget .vodpod_see_all a:hover {
background: #6EA1AE;
}

.vodpod_videos_widget .vodpod_footer .vodpod_powered_by {
  float:right;
  width:200px;
  margin-right: 30px;
  text-align:right;
  font-weight:bold;
  color:#003B61;
}

  .vodpod_videos_widget .vodpod_powered_by b {
    font-size:1.4em;
  }
.vodpod_videos_widget #vodpod_paging {
  float:left;
  display:inline;
  margin-right:10px;
}
.vodpod_videos_widget #vodpod_paging #vodpod_paging_prev {
  position:absolute;
  background:url(http://assetscdn.vodpod.com/images/blue_arrow_left.gif) no-repeat;
  left:0px;
  top:58px;
  width:23px;
  height:27px;
  cursor:pointer;
}
  .vodpod_videos_widget #vodpod_paging #vodpod_paging_prev a {
    display:none;
  }
.vodpod_videos_widget #vodpod_paging #vodpod_paging_next {
  position:absolute;
  background:url(http://assetscdn.vodpod.com/images/blue_arrow_right.gif) no-repeat;
  left:0px;
  top:58px;
  width:23px;
  height:27px;
  cursor:pointer;
}
  .vodpod_videos_widget #vodpod_paging #vodpod_paging_next a {
    display:none;
  }

#vodpod_player_container {
  margin:0px !important;
  padding:0px !important;
  font-size:11px !important;
  font-family:arial,verdana,sans-serif !important;  
}
  #vodpod_player_container * {
    margin:0px !important;
    padding:0px !important;
    border:none !important;
    text-align:left !important;
  }
