.widget_aggregate * {
  padding:0;
  margin:0;
}

.widget_aggregate {
  border: 1px solid #000000;
  width: 298px;
  font-size: 11px;
  position: relative;
}

.widget_aggregate #content {
  min-height: 200px;
}

.widget_aggregate ul {
  list-style-type: none;
}

.widget_aggregate .menu li {
  display: inline;
  padding-left: 6px;
}

.widget_aggregate a,
.widget_aggregate a:visited {
  text-decoration: none;
  color: #000000;
}

.widget_aggregate a:hover {
  color: #1E90FF;
}

.widget_aggregate .menu {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  height: 18px;
}

.widget_aggregate #header,
.widget_aggregate #footer {
  height: 40px;
}

.widget_aggregate #content {
  padding: 5px 5px 5px 5px;
}

.widget_aggregate #video_list,
.widget_aggregate #tweet_list {
  height: 215px;
  overflow-y: auto;
  padding: 4px 2px;
}

.widget_aggregate #photo_list {
  height: 215px;
  padding: 4px 2px;
  text-align: center;
}

.widget_aggregate #photo_list img.thumbnail {
  height: 66px;
  width: 69.8px;
  float: left;
  margin: 0.5px 0 3px 3px;
}

.widget_aggregate #video_list img.thumbnail {
  height: 50px;
  width: 70px;
}

.widget_aggregate #copy img.thumbnail {
  height: 66px;
  width: 49px;
  float: left;
  margin: 0 0 5px 5px;
}

.widget_aggregate #fplayer img {
  width: 294px;
  height: 208px;
}

.widget_aggregate #avatar {
  float: left;
}

.widget_aggregate div.indented {
  margin: 0 0 0 50px;
  min-height: 50px;
  padding: 5px 0 0 5px;
}

.widget_aggregate #video_list div.indented {
  margin: -50px 0 0 75px;
}

.widget_aggregate div.indented a {
  color: #0000FF;
}

.widget_aggregate div.indented span.date {
  color: #696969;
}

.widget_aggregate #widget_aggregate_loader {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.widget_aggregate .player_control{
    background-color: #ffcc00;
    width: 300px;
    height: 28px;
    position: absolute;
    left: -1px;
}

.widget_aggregate .player_control #prev,
.widget_aggregate .player_control #next,
.widget_aggregate .player_control #title {
  position: absolute;
  top: 30%;
}

.widget_aggregate .player_control #prev {
  left: 2%;
}

.widget_aggregate .player_control #title {
  left: 10%;
  width: 80%;
  top: 5%;
  text-align: center;
  color: #000000;
  min-height: 28px;
}

.widget_aggregate .player_control #title p {
}

.widget_aggregate .player_control #next{
  left: 95%;
}
        
#video_list #list, #photo_list #list {
  height: 212px;
}

.blue {
  color: #206CFF;
}
.gray {
  color: #999999;
}

#thumb_wrapper {
  position: relative;
}


.video_time {
  position: absolute;
  color: #ffffff;
  background: #000000;
  opacity: 0.75;
  margin: -20px 0 0 35px;
  padding: 1px 3px;
}

/* IE 7 hack */
*:first-child+html .video_time {
  margin: 30px 0 0 -40px;
  filter: alpha(opacity = 75);
}

/* IE 6 hack */
* html .video_time {
  margin: 30px 0 0 -40px;
  filter: alpha(opacity = 75);
}

