Thanks I changed the code to this now:
CODE
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-SYSCOL-13 pencolor-null))
$if(%_selected%,$textcolor(SYSCOL-9),$textcolor(SYSCOL-0))
// PerSecond
$puts(progress,$muldiv(%playback_time_seconds%,%_width%,%length_seconds%))
$ifgreater($get(progress),0,
$drawrect(0,0,0,0,brushcolor-SYSCOL-13 pencolor-192-192-192)
$drawrect(1,1,$get(progress),$sub(%_height%,2),brushcolor-192-192-192 pencolor-0-0-0)
,)
$imageabs2(150,150,,$sub($mul(%_height%,%_itemindex%),$add(%_height%,4)),,%_height%,4,,$replace(%path%,%filename_ext%,folder.jpg),NOKEEPASPECT)
$padding(4,0)
$align(left,top)$textcolor(80-80-80)%list_index%
$align(left,top)$textcolor(255-255-255) %title%
..but I still can't get the playlist to shift over to the right:

Any other ideas?