
#iframeGal {
    width: 675px;
    height: 390px;
    overflow: hidden;
    margin-left: 5px;
    background-color: transparent;
}

/*Thumbnail Gallery Styling */
#jgal-pos { position: absolute; margin-top: 0px; margin-left: 0px; }
#jgal { list-style: none; width: 100px; margin-top: 0px;}
#jgal li { float: left; width: 106px; height: 91px; cursor: pointer; margin-right: 5px; margin-bottom: 5px; border: solid #E6CCAE 1px;}
#jgal li img { position: absolute; top: 0px; left: 115px; display: none;}
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { }

/* styling without javascript */
#gallery { list-style: none; display: block; background-color: transparent;}
#gallery li { float: left; margin: 0 0px 0px 0; }

/* End Thumbnail Styling */