* {
	padding: 0;
	margin: 0;
}

body {
	padding: 20px;
	font: 14px/17px "Myriad Pro", Myriad, Calibri, Helvetica, Arial, sans-serif;
	color: #00669f;
}

#content {
	position: relative;
	width: 560px;
	height: 360px;
}

#listenonline, #listenonyourcomputer {
	border: 1px solid #00669f;
	position: relative;
	width: 298px;
	height: 168px;
}

#listenonline {
	margin-bottom: 20px;
}

h2 {
	background: #00669f;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
	text-indent: 9px;
}

.plugin {
	margin: 10px 0 0 20px;
}

a.alternative {
	position: absolute;
	display: block;
	width: 280px;
	height: 40px;
	bottom: 10px;
	left: 10px;
	text-indent: -90000px;
	background: #e5eff5 url(../img/player_alternatives.png) 0 0 no-repeat;
}

.quicktime a.alternative {
	background-position: 0 0;
}

.quicktime a.alternative:hover {
	background-position: 0 -40px;
}

.realplayer a.alternative {
	background-position: 0 -80px;
}

.realplayer a.alternative:hover {
	background-position: 0 -120px;
}

#listenonyourcomputer ul {
	list-style: none;
	background: #fff url(../img/player_downloadtabs_bg.gif) 0 0 repeat-x;
	width: 230px;
	height: 40px;
	padding-left: 30px;
	margin: 8px 0 3px 20px;
}

#listenonyourcomputer li {
	float: left;
}

#listenonyourcomputer li a {
	display: block;
	width: 50px;
	height: 40px;
	text-indent: -9000px;
	background: #fff url(../img/player_downloadtabs.gif) 0 0 no-repeat;
}

#listenonyourcomputer li a.itunes.selected {
	background-position: 0 -40px;
}

#listenonyourcomputer li a.quicktime {
	background-position: -50px 0;
}

#listenonyourcomputer li a.quicktime.selected {
	background-position: -50px -40px;
}

#listenonyourcomputer li a.realplayer {
	background-position: -100px 0;
}

#listenonyourcomputer li a.realplayer.selected {
	background-position: -100px -40px;
}

#listenonyourcomputer li a.vlc {
	background-position: -150px 0;
}

#listenonyourcomputer li a.vlc.selected {
	background-position: -150px -40px;
}

#listenonyourcomputer #download_itunes a, #listenonyourcomputer #download_quicktime a, #listenonyourcomputer #download_realplayer a, #listenonyourcomputer #download_vlc a {
	display: block;
	width: 260px;
	height: 70px;
	text-indent: -9000px;
	background: #fff url(../img/player_downloadbuttons.png) 0 0 no-repeat;
	margin-left: 20px;
}

#listenonyourcomputer #download_quicktime a {
	background-position: 0 -70px;
}

#listenonyourcomputer #download_realplayer a {
	background-position: 0 -140px;
}

#listenonyourcomputer #download_vlc a {
	background-position: 0 -210px;
}

#listenonyourcomputer div {
	display: none;
}

#listenonyourcomputer #download_itunes {
	display: block;
}

#listenonyourcomputer a.selected {
	font-weight: bold;
}

#nowandnext {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 360px;
}

.now {
	width: 200px;
	height: 150px;
	background: #BFD9E7 url(../img/player_now.png) 0 0 no-repeat;
	padding: 10px 10px 10px 30px;
	margin-bottom: 20px;
}

.next {
	background-color: #E5EFF5;
	width: 200px;
	height: 150px;
	padding: 10px;
	margin-left: 20px;
}

.now div, .next div {
	width: 200px;
	height: 150px;
	overflow: hidden;
}

.now h3, .next h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 7px;
}

.now h4, .next h4 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 2px;
}

.now .subhead, .next .subhead {
	font-style: italic;
	font-size: 13px;
	line-height: 13px;
}

.now .description, .next .description {
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
}

.fade {
	position: absolute;
	display: block;
	width: 220px;
	height: 20px;
	background: transparent url(../img/player_now_fade.png) 0 0 no-repeat;
	top: 140px;
	right: 0px;
}

.next .fade {
	background-image: url(../img/player_next_fade.png);
	top: 330px;
}






