        //body{
        //background-image:url('../../images/heading3.gif');
        //background-repeat:no-repeat;
        //padding-top:80px;   padding-left:200px;
        //}



       // #dhtmlgoodies_slideshow{
       //         width:780px;        /* Total width of slideshow */
       //         height: 460px;

       // }

        #previewPane{
                border:medium;
                border-style:double;
                border-color: silver;
                margin-right:30px;
                text-align:center;
                vertical-align:middle;
                padding-top:70px;


                /* CSS HACK */
                height: 454px;        /* IE 5.x */
                height/* */:/**/450px;        /* Other browsers */
                height: /**/450px;

                width:580px;
                //float:left;

        }

        #LargeImage{        /* Large image */
                border:medium; /* Border around large image */
                border-style:double;
                border-color: #BB5555;
        }

        #waitMessage{
                display:none;
                position:absolute;
                left:180px;
                top:140px;
                background-color:#888888;
                color:#000000;
                font-size:0.6em;
                font-family:arial;
        }

        #galleryContainer{        /* Big Div surrounding up image, list of images and down image */
                //float:left;        /* Floating */
                margin-right:25px;
                /* CSS HACK */
                height: 456px;        /* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
                height/* */:/**/452px;        /* Other browsers */
                height: /**/452px;

                /* CSS HACK */
                width: 91px;        /* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
                width/* */:/**/96px;        /* Other browsers */
                width: /**/96px;

                border:1px solid #000;        /* Black border */
                border-color: silver;
                padding:1px;        /* A little space between the black border and the content inside */
        }
        #galleryContainer #arrow_down{        /* Arrow down image */
                height:35px;
                padding-left:2px;
        }

        #galleryContainer #arrow_up{
                height:35px;        /* Arrow up image */
                padding-left:6px;
                padding-top:3px;
        }

        #theImages{        /* DIV where the images are located */
                position:relative;
                overflow:hidden;
                height:375px;        /* Height of boxes for the images */
                border:2px;
                border-color:silver;
                padding:3px;
        }
        #theImages div{
                  position:relative;        /* Don't change this */
                //height:30000px;        /* Higher than total height of thumbnails */

        }
        #theImages img{
                border:0px;        /* No border */
                filter:alpha(opacity=65);        /* Transparency - IE */
                opacity:0.65; /* Transparency - Firefox */
                padding-top:1px;        /* Space between images */

        }
        #previewPane #largeImageCaption{        /* CSS styling of image caption below large image */
                text-align:center;
                font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;        /* Font to use */
                font-size:0.9em;
        }
        #theImages .imageCaption{
                display:none;
        }