I love your site, Kari (I'm a fan of darker sites

).
There are only a few adjustments I would make in the design. The text in the menu and content: Could you try a warm white for your text color instead of the grey? Something like #e7e7e7 or even a bit lighter, but not totally white, #f7f7f7.
If you want to slow down the slider, adjust it in this code from your site:
|
Code:
|
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({
animationSpeed: 'normal', /* fast/slow/normal*/ |
Just replace 'normal' with 'slow' (if that doesn't slow it enough, I would look in your JavaScript for those settings and change there).
Also, the slider area is a bit large, so perhaps making the images and text smaller and the size of the actual slider smaller in height by changing the height from 305 to something less that would still look nice, but not take up so much real estate. I like the slider, personally, it's just a bit large. (OMHO

)
Great job overall!