LogicWeb 0 Junior Poster in Training

I'm using Wimpy mp3 player for my Christian forum www.talkjesus.com

I'm having a bit of problem applying album cover art as instructed in the manual
http://wimpyplayer.com/Users_Manual/index.html

Example from my list.xml file (everything works except the visual line/code for coverart.

<item>
		<filename>mp3/Awesome God.mp3</filename>
			<title>Awesome God</title>
			<artist>Hillsong United</artist>
			<genre>Worship</genre>
			<duration>4:08</duration>
			<visual>jpg/looktoyou.jpg</visual> 
	</item>

The wimpyConfigs.xml file is

<?xml version="1.0" encoding="UTF-8"?>
<wimpyConfigs version="1.0">
	<!-- File Paths -->
	<wimpySwf>			http://www.talkjesus.com/bible/music/wimpy.swf</wimpySwf>
	<wimpyApp>			http://www.talkjesus.com/bible/music/list.xml</wimpyApp>
	<wimpySkin>			http://www.talkjesus.com/bible/music/skin_ipod.xml</wimpySkin>
	<trackPlays>		</trackPlays>
	<voteScript>		</voteScript>
	<!-- Client Side -->
	<startPlayingOnload>no</startPlayingOnload>
	<randomOnLoad>		no</randomOnLoad>
	<shuffleOnLoad>		no</shuffleOnLoad>
	<startOnTrack>		</startOnTrack>
	<autoAdvance>		yes</autoAdvance>
	<loopPlaylist>		off</loopPlaylist>
	<popUpHelp>			no</popUpHelp>
	<displayDownloadButton>no</displayDownloadButton>
	<forceDownload>		no</forceDownload>
	<scrollInfoDisplay>	yes</scrollInfoDisplay>
	<infoDisplayTime>	3</infoDisplayTime>
	<theVolume>			50</theVolume>
	<bufferAudio>		7</bufferAudio>
	<limitPlaytime>		</limitPlaytime>
	<!-- Server Side -->
	<getMyid3info>		yes</getMyid3info>
	<serveMP3>			no</serveMP3>
	<hide_folders>		goodies,playlister_output,skins,getid3,_notes,_private,_private,_vti_bin,_vti_cnf,_vti_pvt,_vti_txt,cgi-bin</hide_folders>
	<hide_files>		skin.xml,wimpyConfigs.xml</hide_files>
	<startDir>			</startDir>
	<getid3libPath></getid3libPath>
	<!-- Cover Art -->
	<defaultVisualBaseName>coverart</defaultVisualBaseName>
	<defaultVisualExt>	jpg</defaultVisualExt>
	<defaultImage>		</defaultImage>
	<startupLogo>		</startupLogo>
	<!-- HTML display -->
	<wimpyHTMLpageTitle>Wimpy Player</wimpyHTMLpageTitle>
	<tptBkgd>			yes</tptBkgd>
	<bkgdColor>			B7BCE2</bkgdColor>
	<!-- Dual Purpose -->
	<forceXMLplaylist>	no</forceXMLplaylist>
	<useSysCodePage>	no</useSysCodePage>
	<ecommerce>			no</ecommerce>
	<ecomWindow>		_blank</ecomWindow>
	<icecast>			</icecast>
	<useMysql>			no</useMysql>
</wimpyConfigs>

Not quite sure why it does not work.

The folder structure is

music (root folder)
sub folders:
getid3
jpg
mp3

Sample jpg file name (as shown in above list.xml sample) is looktoyou.jpg under the jpg folder. I assume this should work.

Thanks in advance for any assistance.