.fileThumb,
.audioThumb,
.userThumb
{
	background-repeat:no-repeat;
	padding:0px;
}

.fileThumb
{
	background-position:center;
	border: 1px solid #9299A1;	
	background-color:#fff;
	width: 93px;
	height: 70px;
}

.audioThumb
{
	background-position:left top;
	width: 93px;
	height: 60px;
}

.fileThumbLink {
	width:100%;	
	height:100%;
	display: block;
}


.userThumb
{
	width: 58px;
	height: 58px;
	position:relative; 
	left:6px;
	top: 1px;
	background-position:center top;
}

.audioPlayButton
{
	z-index:0;
	left:-6px;
	top: -1px;
}