Im currently using soundclouds jquery player to add music to my site but I'd like to know how I can move the album covers from their current assigned position which is within the '$player' and move them into a div id called "#inner"?
currently the jquery looks like this
$artworks = $('<ol class="sc-artwork-list"></ol>').appendTo($player),
$list = $('<ol class="sc-trackslist"></ol>').appendTo($player);
full player script can be found here http://jsfiddle.net/Y7D2E/