body {
    font-family: Arial;
    font-size: 10pt;
    padding: 0;
    margin: 0;
}

.right {
    float: right;
}


#top {
    width: 100%;
    background: #444;
    color: #fff;
    table-layout: fixed;
}


#logo {
    width:180px;
    padding-left: 10px;
}
#logo a {
    font-family: Impact;
    font-size: 50px;
    color: #f60;
    text-decoration: none;
}
#logo a:hover {
    color: #cef;
}
#slogan {
    font-size: 14px;
    color: #fff;
}


#thumbs {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    height: 130px;
    width: 100%;
}
#thumbs div {
    padding: 8px 0px;
}
#thumbs a {
    margin-right: 8px;
}
#thumbs a img {
    border: 2px solid #fff;
    width: 128px;
}
#thumbs a:hover img {
    border: 2px solid #8db2e3;
}
#thumbs a img.sel {
    border: 2px solid #f60;
}


#logo2 {
    padding:0 0 0 10px !important;
    width: 180px;
}
#logo2 a {
    font-family: Impact;
    font-size: 30px;
    color: #f60;
    text-decoration: none;
}
#logo2 a:hover {
    color:#444;
}

#middle {
    width: 100%;
}
#middle td {
    padding: 6px 4px 0;
    white-space: nowrap;

}
#desc {
    padding: 0 0 4px;
    display: none;
}
.selopt {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}


#progress {
    visibility: hidden;
    margin: 0 10px 0 10px;
}



#fulltd {
    padding: 0 0 8px;
    vertical-align: top;
}
#full {
    border: 1px solid #ddd;
    padding: 1px;
}

#bottom {
    background: #444;
    border: 1px solid #ddd;
    padding: 6px 8px;
    margin: 10px 0 50px 0;
    color: #fff;
}
#bottom a {
    color: #ddd;
}



#rekT {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 3px;
}

#rekB {
    margin-left: 3px;
}

#rekL, #rekR {
    padding: 40px 0 8px;
    vertical-align: top;
}

#smallLogo {
	display:none;
}

#resize1 {
	margin: 0 5px;
}


@media screen and (max-width: 800px) {
    #logo {
        display:none;
    }
	#logo2 {
	    display:none;
	}
	
	#options {
		position: relative;
		text-align: right;
	}
	#photoNr {
		position: absolute;
		left: 5px;
	}
    #prevNextLinks {
        display: none;
    }
    #progress {
        display: none;
	}
    #showThumbsLinks {
        display: none;
    }
	
	#smallLogo {
		display: block;
	}
	#smallLogo a {
	    font-family: Impact;
	    font-size: 24px;
	    color: #f60;
	    text-decoration: none;
	}
	#smallLogo a:hover {
	    color: #cef;
	}
	#smallLogo {
	    font-size: 12px;
	    color: #888;
	    padding: 0 0 0 5px;
	}
	
}



#logo {
    width:250px;
    padding-left: 10px;
}
#logo a {
    font-family: Impact;
    font-size: 40px;
    color: #f60;
    text-decoration: none;
}
#logo2 {
    width: 250px;
}


