a, img{outline:0 none;}
.sounds_container{margin:40px 0 0 0;overflow:hidden;}
.sounds_container ul{list-style:none;}
.sounds_container ul li{	margin:2px 0 0 0;
	background:#343434;
	border:2px solid #343434;
	overflow:hidden;
	position:relative;
}
.sounds_container ul li .sc_uname{overflow:hidden;}
.sounds_container ul li.active .sc_uname a{text-shadow:0 0 4px white;}
.sounds_container ul li .sc_uname img{display:block;float:left;width:40px;height:40px;margin:5px 0 5px 5px;}
.sounds_container ul li.active .sc_uname img{width:70px;height:70px;}
.sounds_container ul li .sc_uname a{	display:block;
	text-decoration:none;
	font-size:20px;
	color:#FFFFFF;
	float:left;
	margin:7px 0 0 10px;
	height:auto;
	overflow:hidden;
	width:265px;}
.sc_tracks_container{display:none;}
.tracks_count{position:absolute;top:3px;right:3px;font-size:11px;color:#868686;}
.sc_uname a:hover{text-shadow:0 0 4px white;}
.sc_tracks_container{overflow:hidden;}
.sc_tracks_container h4{	color:#E0BD0F;
	font-size:11px;
	font-weight:bold;
	margin:15px 0 0 5px;
	text-shadow:1px 0 2px black;
	text-transform:uppercase;}

.playlist{list-style:none;margin:10px 5px 0 5px;}
.playlist li{	border:0 none;
	border:0 none;
	font-size:12px;
	font-weight:normal;
	height:20px;
	margin:0 0 2px;
	padding:3px 0 0 5px;
}
.playlist li a{	color:#FAFAFA;
	text-decoration:none;
	-moz-border-radius:5px 5px 5px 5px;
}
.playlist li.playing{	padding-left:18px;
	background:#000000 url(/img/control.gif) left center no-repeat;
}
.playlist li.paused{
	padding-left:18px;
	background:#000000 url(/img/control-pause.gif) left center no-repeat;
}
.more_tracks{	display:block;
	margin:5px;
	text-indent:-9999px;
	width:97px;
	height:23px;
	background:url(/img/all.gif) 0 0 no-repeat;
	float:right;
}
