/* 
 *
 * CSS for inner template "left-one-third"
 */

 #left-right {
     float:left;
     width:100%;
     min-height:280px; /* hack for 3x2 pic @ 400pc wide */
 }
 #extras {
     margin-top:0.5em;
     float:left;
     clear:both;
     width:100%;
 }
 #left {
     float:left;
     width:49.5%;
}

#right {
    float:right;
    width:49.5%;
}
/*
 * .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 some height here for a typical 4x6 ratio image
 */
#left .slideshow,
#right .slideshow {
    min-height: 280px;
}

img {
     max-width:100%;
 }
 
 