body {
    background: black url(images4/gradient.jpg) repeat-x;
    font-family: Arial, Helvetica, Verdana,  sans-serif; 
    font-size: 13px; 
    font-weight: normal;
    color: white;
}
a img {
    border: 0;
}
a {
    color: #ff5c5c;
    text-decoration: none;
}
a:hover {
    color: #ff0909;
    
}
#pictureviewer {
    padding-top: 50px;
}
#statusbar {
    background: #1e1e1e;
    border: 1px solid #424242;
    position: fixed;
    top: 8px;
    left: 8px;
    height: 17px;
    width: 96%;
    margin-bottom: 15px;
    padding: 10px;
}

#statusbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#statusbar ul li {
    float: left;
    border: 0;
}
#back {
    margin-right: 10px;
    font-size: 11px;
    position: relative;
    top: 2px;
}
#title {
    font-weight: bold;
    font-size: 14px;
    width: 300px;
    margin-right: 50px;
}

#number {
    position: absolute;
    right: 250px;
    top: 11px;
    font-size: 11px;
}
#number a {
    font-size: 13px;
    
}

#res {
    font-size: 13px;
    position: absolute;
    right: 8px;
    font-weight: bold;
}
#res a {
    font-weight: normal;
}