#welcome {
    position: absolute;
    width: 600px;
    height: 20px;
    top: 10px;
    left: 100px;
    margin: 0;
    padding: 0;
    border: 2px solid silver;
}


#welcome div.transparent {
    position:absolute;
    height: 20px;
    width: 600px;
    top: 0;
    left: 0;
    background-color: red;
    background-image: url('/img_design/grad_2.png');
    background-position: top center;
    background-repeat: repeat-y;
    opacity: 0.9;
    filter:alpha(opacity=90);
}

#welcome div.welcome_text {
    position: absolute;
    top: 2px;
    left: 20px;
    width: 560px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: regular;
    font-weight: bold;
    font-size: 12px;
    color:#777777;
    line-height: 120%;
/*    margin: 50px 20px 20px 20px;*/
}

#welcome div.close_box {
    position:absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    background-color: transparent;
    border-bottom: 1px solid silver;
    /*opacity: 0.5;
    filter:alpha(opacity=50);*/
}

#welcome div.close_box a{
    display: block;
    position:absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
}

#welcome div.close_box a img {
    border: none;
}


#page #page_content #thumbStrip {
    position: absolute;
    left: 60px;
    bottom: 0;
    width: ^682px; /* 100%; */
    height: 60px;
    border: 1px solid white ; /* #dddddd; */
    border-bottom: none;
    list-style-type: none;
}

#page #page_content #thumbStrip ul {
    position: static;
    margin: 5px 5px 0 5px;
    overflow: hidden;
    border:none;
}

#page #page_content #thumbStrip li{
    background-color: #ffffff;
    width: 96px;
    height: 55px;
    overflow: hidden;
    float: left;
    position: static;
    filter:alpha(opacity=100);
}

#thumbStrip li a {
    position: static;
}

#thumbStrip li a img{
    position: static;
    border: none;
}
