body {
}

#player_icons {
	position:absolute;
	margin-top:-345px;
	margin-left:580px;
}
#overlayEmbed {
	position: relative;
	top:0px;
	left:0px;
}

#overlayLink {
	position: relative;
	top:10px;
	left:0px;

}
#overlayShare {
	position: relative;
	top:20px;
	left:0px;
}
.body_stuff {
	margin:0px auto;
	text-align:center;
	padding:0px;
}
.player_overlay {
	display:none;
	position:relative;
	top:-356px;
	width:350px;
	padding:0px;
	margin:0px auto;
	text-align:center;
	background-image:url(1x1_popup_background.png);
}
.player_overlay div.body_stuff {
	padding:15px 4px;
	margin:0px auto;
}


.player_overlay .close_player {
	position:absolute;
	top:-25px;
	right:-25px;	
	padding:0px;
	margin:0px;
	height:30px;
	width:31px;
	cursor:pointer;
	background-image:url(close_button.png);
	clear:right;
}

#embedcode {
	border:0px;
	overflow: hidden;
}


#player_icons img {
	height:35px;
	width:42px;
	background-image:url(video_overlay_icons.png);
}

#imgembed {
	background-position: 0px -80px;
}
#imgembed:hover {
	background-position: 42px -80px;
}

#imglink {
	background-position: 0px 0px;
}
#imglink:hover {
	background-position: 42px 0px;
}

#imgshare {
	background-position: 0px -40px;
}
#imgshare:hover {
	background-position: 42px -40px;
}
