#MP3playa {
	position: absolute;
	z-index: 500;
	height: 38px;
	width: 300px;
	right: 245px;
	top: 46px;
	text-align: left;
	color: #373C1A;
	line-height: 13px;
	cursor: default;

}




#MP3-buttons {
	position: absolute;
	bottom: 6px;
	background-color: transparent;
	right: -45px;
	font-size: 12px;
}

#MP3-buttons a:hover {
	color: #ADB481;
	text-decoration: none;
}

#MP3-buttons span.smaller {
	font-size : 95%;
	position: relative;
}

#btnPlayStop,
#btnNext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

#songTitle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 82%;
	display: inline;
	position: relative;
	color: #373C1A;
	width: 100%;
	overflow: hidden;
	height: 15px;
}

#songTitle stong, #songAlbum strong {
	font-weight: bold;
}

#songTitle strong {
	color: #62612F;
}

#songTitle strong a {
	color: #3F441E;
}
#songTitle strong a:hover {
	color: #DFE6C8;
}


#songAlbum {
	font-size : 90%;


}

#songAlbum strong {
	color: #F2F3EB;
}

#PlayaInfo {
	position: absolute;
	width: 100px;
	right: -58px;
	top: 3px;
	font-size: 11px;
	color: #4E582C;
	cursor: default;
}

#PlayaInfo strong {
	color: #3E421C;
}

#TitleAlbum {
	position: relative;
	width: 250px;
	left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 4px;
	overflow: hidden;
	color: #BAC679;
}

