div.overlay {
	display:none;
}
div.overlay div.close {
	background: url(images/overlay/close.png) no-repeat;
	position:absolute;
	top:-5px;
	right:0px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
a.player {
	width: 458px;
	height:293px;
	display:block;
	border: 0;
}
a.goodMorningPlayer {
	width: 600px;
	height:439px;
	display:block;
	border: 0;
}
.artistVids {
	width: 458px; height: 293px;
	padding: 45px 40px 40px 40px;
	background: url(images/overlay/vid-background.png) no-repeat;
}
.goodMorningVid {
	width: 600px; height: 439px;
	padding: 45px 40px 40px 40px;
	background: url(images/overlay/vid-goodMorn-background.png) no-repeat;
}
