/* 
 * CSS for inner template "simple"
 */

#content h1 {color:gray;}
img {max-width: 100%;}

/*
 * .slideshow is the class we give to the jq-cycle image cycle. jq-cycle
 * makes the images relative position which means that the occupy no space.
 * so we need to allocate enough height here for a typical 4x6 ratio image
 */
 .slideshow {
     min-height:535px;
 }
 