
div#splasharea {
    color: #000;
    background-color: #707070;
/*    background-color: red;*/
    position: relative;
    width: 100%;
}

div#splash_content {
    left: 0;
    top: 20px;
    padding: 5px;
    display: none;
}

div#splashheading {
    background: #B4B4B4;
/*    color: #FFFF33;*/
/*    border-bottom: 1px black solid;*/
}

div#splashnav {
    padding-top: 5px;
    top: 0;
    right: 0;
    left: auto;
    text-align: center;
/*    background: green;*/
}

div#splashnav .navitem {
    float: left;
}

div#splash_buttons {
    padding-left: 5px;
    width: 100%;
}

div#splash_buttons button {
    font-size: 10px;
}

div#splash_buttons div#spacer {
    width:15px;
}

div#splash_indexdisplay {
    vertical-align: middle;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    height: 22px;
}

img#splash_thumbnail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#splash_buyitnow {
    margin-top: 10px;
    margin-bottom: 2px;
    width: 74px;
    text-align: center;
}

div#splash_close {
    clear: both;    
}

div#splash_buyitnowimage {
    background: #FFF;
    width: 74px;
    height: 24px;
    margin-bottom: 2px;
}

div#splash_buyitnowimage img {
    margin: 2px;
}

