
/*
Place custom CSS for the client in this file.
h1
{
    color: #066629;
}
*/

/* Cycle2 slideshow */
.cycle-slideshow {
margin: 0;
width: 337px !important;
height: 227px;
}

/* This hides everything but the first image to prevent the momentary blink of ALL images */
.cycle-slideshow img {display:none;}
.cycle-slideshow img.first {display:block;}