#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #fff;
	background-color: #234751;
	padding: 2px 10px 5px;
	font-size:12px;
	color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-family:Arial, Helvetica, Sans-Serif;
	text-align:center;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

	#tooltip h3 { 
		margin: 0; 
		border-bottom:0;
		color:#fff;
		font-size:18px;
	}
	
.tellTab {
	float:right;
	display:inline;
	margin:0 0 0 0;
}
	
.playerCanvas {
	position:relative;
	margin:10px 10px 20px 0;
	width:420px;
	float:right;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #fff;
	background-color: #275B7C;
	padding: 2px 10px 5px;
	opacity: 0.85;
	font-size:10px;
	color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-family:Arial, Helvetica, Sans-Serif;
	width:130px;
	text-align:center;
}

	#tooltip h3 { 
		margin: 0; 
		border-bottom:0;
		color:#fff;
	}

.trackList {
	width:420px;
	margin:0;
	overflow:hidden;
	float:left;
	display:inline;
	list-style:none;
	background: url(../images/player-col-right-bg.png) repeat-y 320px 0px;
	position:relative;
}


#nowPlaying {
	position:absolute;
	top:10px;
	left:8px;
	font-size:10px;
	font-family:Arial, Helvetica, Sans-Serif;
}

	.trackList li {
		width:420px;
		height:32px;
		line-height:32px;
		margin:2px 0;
		float:left;
		display:inline;
		font-size:14px;
		color:#fff;
		clear:both;
		position:relative;
	}
	
	.ie6 .trackList li {
		color:#000;
	}
	
	.trackList li .songInfoIcons {
		float:right;
		display:inline;
		margin:0 110px 0 0;
	}
	
	.trackList li img.info {
		margin:9px 0 0 5px;
	}

	.trackList li.alt {
		background: url(../images/player-inactive-bg.png) no-repeat top left;
	}

	.trackList li.sel {
		background: url(../images/player-sel-bg.png) no-repeat top left;
	}

	.trackList .disabled {
		color:#82adb5;
	}

	.trackList .inactive .socialIcons img {
		filter: alpha(opacity=55); /*older IE*/
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55); /* IE */
		-moz-opacity: .55; /*older Mozilla*/
		-khtml-opacity: 0.55;   /*older Safari*/
		opacity: 0.55;   /*supported by current Mozilla, Safari, and Opera*/
	}


	.trackList a.playButton {
		float:left;
		display:block;
		overflow:hidden;
		width:22px;
		height:22px;
		margin:5px 7px 0 6px;
		text-indent:-9999px;
		background: url(../images/player-controls.png) no-repeat 0 0;
	}

	.trackList a.playButton:hover {
		background: url(../images/player-controls.png) no-repeat -22px 0;
	}

	.trackList a.pauseButton {
		float:left;
		display:block;
		overflow:hidden;
		width:22px;
		height:22px;
		margin:5px 7px 0 6px;
		text-indent:-9999px;
		background: url(../images/player-controls.png) no-repeat 0 -22px;
	}

	.trackList a.pauseButton:hover {
		background: url(../images/player-controls.png) no-repeat -22px -22px;
	}

	.trackList .disabled a.playButton {
		float:left;
		display:block;
		overflow:hidden;
		width:22px;
		height:22px;
		margin:5px 7px 0 6px;
		text-indent:-9999px;
		background: url(../images/player-controls.png) no-repeat 0 -44px;
	}

	.trackList .trackTitle, .trackList .trackTitleSmall {
		float:left;
		display:inline;
		margin:0 10px 0 0;
	}

		.trackList .trackTitle .sub {
			font-size:10px;
		}

	.trackList .trackTime {
		float:left;
		display:inline;
		font-size:10px;
		font-family:Arial, Helvetica, Sans-Serif;
	}

	.trackList .socialIcons, .trackList .releaseDate {
		position:absolute;
		right:0;
		text-align:center;
		width:100px;
		margin:0 0 0 0;
	}

	.trackList .releaseDate {
		font-size:14px;
	}

		.trackList .socialIcons img {
			margin:4px 2px 0;
		}
		
	.trackList .trackInfo {
		display: none;
	}
	
	.boxy-content {
		height: 250px;
		width:400px;
		overflow: scroll;
		overflow-y: scroll;
		overflow-x: auto;
	}

