
/* Card Details Elements */

.linkEdition
{
	cursor: pointer;
}

.starListCardDetail
{
    position: absolute;
	top: 291px;
	left: 4px;	
}

.cardNormalImage
{
	position: absolute;
	cursor: pointer;
	top: 19px;
	left: 5px;
}

.cardOtherDetails
{
	position: absolute;	
	top: 237px;
	left: 10px;	
}

.btnDownloadSong
{
    position: absolute;
    top: 70px;
    left: -5px;
}

/* End Card Details Elements */

