#track {
	width:280px;
	position:relative;
	left:-10px;
	}
#track img {
	float:left;
}
#mp3download {
	color: #F9F9F9;
    background-color: #333;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height:22px;
    height:22px;
    margin-top:0px;
    display:block;
    width:80px;
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;

}
#mp3download:hover {
	color:#af3;
}

#preview {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height:24px;
    font-weight: normal;
    position: relative;
    text-decoration: none;
    color: #F9F9F9;
    background-color: #333;

 	height:22px;
	max-width:400px;
    overflow: hidden;
    margin:0px;
    padding:0px;
    z-index: 0;
    
    display:block;
    text-align:left;

}

.news #preview {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height:24px;
    font-weight: normal;
    position: relative;
    text-decoration: none;
    color: #F9F9F9;
    background-color: #333;

 	height:22px;
	max-width:400px;
    overflow: hidden;
    margin:0px;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    z-index: 0;
    
    display:block;
    text-align:left;	
}
#preview:hover {
    background-color: #333;
    color: #F9F9F9;
}
#preview img {
	padding:0px;
	margin:0px;
	margin-top: 4px;
	margin-right: 6px;
}

.previewplaying{
	max-width:400px;
	background:#333;
	height:0px;
    margin-left:auto;
    margin-right:auto;
}
.news .previewplaying{
	max-width:400px;
	background:#333;
	height:0px;

}
#previewscrollbar {
	    position:relative;
	top:-22px;
    left:20px;
    height:22px;
    z-index:50;

		width:calc(100% - 20px);
		margin-right:0px;
		vertical-align:middle;

		background:#333;
		padding-left:0px;
		padding-top:0px;

		font-family:Arial, Helvetica, sans-serif;
	  font-size: 13px;
    line-height:24px;

}
#previewscrolltitle {
		cursor:default;
		position:absolute;
		padding-left:6px;
		top:0px;
	  z-index:200;
	  text-align:left;
		width:100%;
	  height: 22px;
	  overflow: hidden;
}
#previewscroller01 {
		cursor:default;
		position:absolute;
		top:0px;
		height:22px;
		width:1px;
		background:#bbb;	
	  z-index:100;
}
#previewscroller01 {
	background: #018ea5;
	background: linear-gradient(left, #7706d4, #018ea5);
	background: -o-linear-gradient(left, #7706d4, #018ea5);
	background: -moz-linear-gradient(left, #7706d4, #018ea5);
	background: -webkit-linear-gradient(left, #7706d4, #018ea5);
	background: -ms-linear-gradient(left, #7706d4, #018ea5);
	background: -webkit-gradient(linear,left top, right top, from(#7706d4), to(#018ea5));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7706d4', EndColorStr='#018ea5', GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7706d4, endColorstr=#018ea5, GradientType=1)";    
}