.music_button {
    height: 25px;
	width: 25px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.music_button:hover {
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.radio_button {
    height: 13px;
	width: 25px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.radio_button:hover {
    cursor: pointer;
    height: 16px;
    width: 30px;
}


.radio_volume {
    height: 60px;
	width: 24px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.radio_volume:hover {
    cursor: pointer;
    height: 50px;
    width: 20px;
}