Hi, the sidebar is shrinking because there is a sidebar to the left of the container the slideshow is in. I would use a full width page template, remove the sidebar, or conditionally hide the sidebar like this:
.home #sidebar {
display: none;
}
But to use that CSS you need to have the body_class function added to your theme.