@charset "UTF-8";
/* CSS Document */


/* call to create sticker */

#latest_action_stickr {
	width: 300px;
	float: right;
	position: relative;
	margin-top: -70px;
	margin-right: 28px;
	_margin-right: 5px;
	z-index: 50;
}


/* player, caption and latest media thumbs */

#latest_action_intro {
	width: 300px;
	float: left;
}

#media-overview-pad {
  width:1px;
  height:60px;
  float:left;
}
#media-overview {
  font-size:11px;
	color: #878787;
  padding-left:18px;
  width:300px;
  float:left;
}
#media-thumb {
  padding-left:18px;
}
#media-full-view {
  margin-top:10px;
  margin-left:10px;
}
#latest_action_thumbs {
  margin-left:18px;
}
#latest_action_thumbs .ug_cropped {
  float:left;
  margin-bottom:0;
  margin-top:10px;
  margin-right:22px;
	border: 1px solid #fff;
}
#latest_action_thumbs .last {
  margin-right:0 !important;
}

