Thanks. I Need only one final tweak and i have everything looking just the way i need....
I am editing the dark.css style from default theme, and have managed to override the album thumbnail setting so that it is height/width independent to my image thumbnails,
As i have overrid the setting, it has caused the thumbnail to look extremely blurred and pixelated. Can the dark.css understand crop image commands? because i cannot seem to use the "cw" or "$cw" to alter crop settings for images...
Here's what i have done to alter my album thumbnails width and height independent to my image thumbnails in the albums themselves(i have created the height and width line within .album a img tag)
/* Album Thumbnails
------------------------------ */
.album a img {
height:176px;
width: 288px; }
Please help...