/* Change the height of the slideshow image */
.featured-article { height: 427px; }

/* Move the slideshow excerpt overlay down */
.featured-entry { top: -2px; }

/* Change the height of the overall slideshow area to accomodate the new sizes and positions */
#featured-slideshow { height:333px; }
.featured { height: 344px; }

/* Move the prev/next slideshow buttons down, and remove the dotted outline on mouse down */
#controls .next, #controls .prev { top: 60px; overflow: hidden; }