/* CSS for the Carousel Images on the Home Page */

#carousel1 { /* This is the main div that contains the divs that contain the images */
 height: 385px;
 overflow: hidden;
}

#story1 { /* The first image div */
 height: 385px;
}

#story2  { /* The second image div */
 height: 385px;
}

#story3  { /* The third image div */
 height: 385px;
}

