/* the overlayed element */
div.overlay {
	/* dimensions after the growing animation finishes  */
	width:575px;
	/* initially overlay is hidden */
	display:none;
	/* some padding to layout nested elements nicely  */
	padding:40px 40px 0px 40px;
	height: auto;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(http://thepalmerroom.com/images/overlays/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(http://thepalmerroom.com/images/overlay/transparent-blackwhite.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(http://static.flowplayer.org/img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

#theme-song h2 {
	color:#DE1E33; font-size:1.2em; padding-bottom:5px	
}


/* use a semi-transparent image for the overlay */
#overlay {
	background:url(http://thepalmerroom.com/images/overlays/transparent-blackwhite.png);
	color:#efefef;
}

/* container for external content. uses vertical scrollbar, if needed */
div.wrap {
	height:auto;
	text-align:left;
	padding-bottom: 15px;
}

#theme-song a {
	text-decoration:none;   color:#FDFDFD;
}

#theme-song a:link {
	text-decoration:none;  color:#FDFDFD; 
}

#theme-song a:hover {
	text-decoration:none;color:#E50000;
	
}


 
.text-decoration-none {
	text-decoration:none; float:left; width:120px;  padding-top:20px; font-weight:normal;  text-align:left; position:relative; text-indent:-100000px;
}
