$(function(){
$('#float').gradient({
from: 'ff5500',
to: 'ffffff',
direction: 'horizontal'
});
$('#k-float').gradient({
from: '66FFFF',
to: 'ffffff',
direction: 'horizontal'
});
});