@charset "UTF-8";
/* CSS Document */

.ihrnp_data {
	font-size: 18px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.2em;
}
#ihrnp_info {
	display: none;
	font-family: Helvetica, Arial, sans;
	position: absolute;
	text-align: left;
	background-color: #333;
	margin: 20px 0;
}
#ihrnp_info #ihrnp_image_hover {
	display: none;
}
#ihrnp_info:hover #ihrnp_image_hover {
	display: block;
}
#ihrnp_image {
	float:left;
	width: 100px;
	height: 90px;
}
#ihrnp_image_hover {
	position: absolute;
	width: 90px;
	height: 90px;
	background:rgba(255,255,255,0.3);
    line-height: 90px;
    text-align:center;
}
#ihrnp_image_hover img {
	position: relative;
	/*top: 35px;
	left: 35px;*/
    vertical-align: middle !important;
	border: 0;
}
#ihrnp_title {
	color: #c5c5c5;
	font-size: 11px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	line-height: 1.2em;
}
#ihrnp_track {
	color: #fff;
	font-weight: bold;
}

#ihrnp_artist {
	color: #c5c5c5;
}
#ihrnp_corner {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 76px;
	height: 50px;
}
