.wpmp3-container{
	border: 1px #999999 solid;
	height: 300px;
    display: inline-block;
    margin-top: 10px;
	overflow-y: scroll;
}
.wpmp3-item{
    position: relative;
    display: inline-block;
    width: 140px;
	height: 140px;
	text-align: center;
	border: 1px solid #ddd;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 2px;
	background: #fff;
}
.wpmp3-item img{
    max-width: 140px;
    max-height: 140px;
}
.wpmp3-use-image{
	border: 1px #999999 solid;
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #dedede;
	height: 120px;
	overflow-y: scroll;
}
        .wpmp3-item span{
            position: absolute;
            bottom: 2px;
            right: 2px;
            background: #000;
            padding: 0 4px;
            color: #fff;
            font-size: 10px;
        }
        .wpmp3-item-overlay{width: 140px;height: 140px;background: #000; position: absolute; top: 2px; left: 2px; z-index: 997; opacity:0.7; filter:alpha(opacity=70); display: none}
        .wpmp3-item-link{display: none; position: absolute; top: 50px; width: 100%; text-align: center; z-index: 998}
        .wpmp3-item-link a{
            display: inline-block;
            background: #fff;
            padding: 0 10px;
            height: 24px;
            line-height: 24px;
            margin-bottom: 5px;
            text-decoration: none;
            width: 90px;
            font-size: 12px;
        }
        .wpmp3-item:hover > .wpmp3-item-overlay{display: block}
        .wpmp3-item:hover > .wpmp3-item-link{display: block}