    #dhtmlgoodies_slideshow{
        position:relative;
        overflow:hidden;
        width:980px;   /* Total width of slideshow */
        height=200px;
        border:0px solid #CCCCCC;
        margin-bottom:0px;    
        text-align:center;
        vertical-align:middle;
        padding-top:10px; /*For Firefox*/
        *padding-top:10px; /*For IE7 & IE6*/
        _padding-top:-20px; /*For IE6*/
    }
    #previewPane{
        border:0px solid #CCCCCC;
        margin-bottom:10px;    
        text-align:center;
        vertical-align:middle;
        padding-top:10px; /*For Firefox*/
        *padding-top:10px; /*For IE7 & IE6*/
        _padding-top:-10px; /*For IE6*/
        background-color:#000;
        position:relative;
        /* CSS HACK */

    }
    #previewPane img{
        line-height:400px;
    }
    #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;
    }
    #galleryContainer{ 
        border:0px solid #CCCCCC;
        overflow:hidden;
        padding:-20px;
        /* CSS HACK */
        background-color:#39393B;
height: 86px; /*For Firefox*/
*height: 86px; /*For IE7 & IE6*/
_height: 86px; /*For IE6*/
    }
    #arrow_left{
        position:absolute;
        left:0px;
        z-index:10;
        background-color: #fff;
        padding:0px;
        cursor:hand;
    }
    #arrow_right{
        position:absolute;
        right:0px;
        z-index:10;
        background-color: #FFF;
        padding:0px; 
        cursor:hand;       
    }
    #theImages{
        position:absolute;
        height:74px;
        left:50px;
top:15px; /*For Firefox*/
*top:15px; /*For IE7 & IE6*/
_top:15px; /*For IE6*/
        width:100000px;

    }
    #theImages a:hover{
        float:left;
        padding-left:0px;
margin-top:-16px; /*For Firefox*/
*margin-top:-16px; /*For IE7 & IE6*/
_margin-top:0px; /*For IE6*/
    }

    #theImages #slideEnd{
        float:left;
    }

    #ms{
        top:50px;
        color:#D4D4D6;
        float:left;
        padding-left:6px;
        padding-right:20px;
        padding-top:30px;
        FONT-FAMILY:ºÚÌå;
	font-size: 14px;
        letter-spacing:1px;
        width:120px;
    }
    #theImages img {
        float:left;
        padding:1px;
        filter: alpha(opacity=40);
        opacity: 0.5;
        cursor:pointer;
        border:0px;
    }



    #waitMessage{
        display:none;
        position:absolute;
        left:200px;
        top:150px;
        background-color:#FFF;
        border:3px double #000;
        padding:4px;
        color:#555;
        font-size:0.9em;
        font-family:arial;    
    }
    #theImages .imageCaption{
        display:none;
    }
