        #slideshow{
                        /* Total width of slideshow */
                text-align: center;
                margin-top: 15px;                
				position:relative;
        }
        #slideshow h1 {
                font: 20px/24px Verdana, sans-serif;
                color: #04223f;
                margin: 0;
        }
        #slideshow h2 {
                font: 16px/18px Verdana, sans-serif;
                color: #04223f;
                margin: 0;
                font-weight: normal;

        }
        #previewSection {
                padding-top: 30px;
                position: relative;
        }

        #previewPane{
                position: absolute;
                top: 0;
                right: 220px;                
                text-align:left;
                vertical-align:middle;
                padding-top: 5px;
                
                

                /* CSS HACK */
                height: 192px;        /* IE 5.x */
                height/* */:/**/160px;        /* Other browsers */
                height: /**/160px;

        }
        #waitMessage{
                display:none;
                position:absolute;
                left:620px;
                top:200px;
                background-color:#FFF;
                border:3px double #000;
                padding:4px;
                color:#555;
                font-size:0.9em;
                font-family:arial;
        }
        #galleryContainer{        /* Big Div surrounding up image, list of images and down image */

                text-align: left;
                /* CSS HACK */
                height: 98px;        /* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
                height/* */:/**/82px;        /* Other browsers */
                height: /**/82px;

                /* CSS HACK */
                width: 570px;        /* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
                width/* */:/**/566px;        /* Other browsers */
                width: /**/566px;

                border-style:solid;
                border-color: #86190f;
                border-width: 2px 0px;
                padding:1px;        /* A little space between the black border and the content inside */
                margin: 6px auto 35px;

        }

        #galleryContainer #arrow_left, #galleryContainer #arrow_right{
                width:22px;        /* Arrow up image */
                float:left;
                text-align: center;
                padding-top: 5px;

        }
        /*#arrow_left img, #arrow_right img {
                width: 25px;
                height: 80px;
        }*/
        #theImages{        /* DIV where the images are located */
                position:relative;
                overflow:hidden;
                width:520px;        /* Width of boxes for the images */
                float: left;
        }
        #theImages a {
                text-decoration: none;
        }
        #theImages div{
                position:relative;        /* Don't change this */
                width:2500px;        /* Wider than total width of thumbnails */

        }
        #theImages img{
                border:0px;        /* No border */
                filter:alpha(opacity=50);        /* Transparency - IE */
                opacity:0.5; /* Transparency - Firefox */
                padding-top:1px;        /* Space between images */
        }
        /*#theImages img:hover {
                opacity: 1.0;
                filter:alpha(opacity=100);
        }*/
        #previewPane #largeImageCaption{        /* CSS styling of image caption below large image */
                font-style:italic;
                text-align:center;
                font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;        /* Font to use */
                font-size:0.9em;
                margin: 5px auto;
                float: right;
                width: 172px;

        }
        #theImages .imageCaption{
                display:none;
        }