I recently installed the imagecache_profiles module which "resizes" user pictures separately for user profiles and for the rest of the site. Everything's ok but I also have the user_visits module which displays pictures of the last members that visited a profile... and all those pictures get resized to the dimensions of the user profile picture, and the page goes completely out of layout.

So what I want is one of the following:

1) Call a css file inside the user_visits.module, in which CSS file I will have set the dimensions I want for the user pictures.
or
2) Add an imagecache preset and call that preset from the user_visits module, somewhere at theme('user_picture'
else
3) Is there a way to straightforward set picture dimensions with PHP?

any help appreciated :(

Thanks in advance.