body {
    background-color:#33302a;
    width:4200px;
    }

    div {
    position:absolute;
    }

    div#left {
	position:fixed;
	left:10px;
	top:320px;
	z-index:2;
    }

    div#right {
	position:fixed;
	right:10px;
	top:320px;
	z-index:2;
    }

.Slider a {
    color:#ccc;
    font-weight:bold;
    font-size:60pt;
    opacity:.5;
}

.Slider a:hover {
    color:#fff;
    cursor:pointer;
}

div.Note {  
    font-family:helvetica, arial, verdana;
    font-size:9pt;  
    line-height:170%;
    position:absolute;
    left:0px;
    top:0px;
    width:4200px;
    height:100px;
    background-color:#7baab0;
    color:#333;
}

a img {
    border-width:0px;
}

div.Note p {
    padding:5px 15px 5px 1in;
}

div.Note a {
    font-weight:bold;
    color:#000;
}


    .PasteBoard {
    }


    #pasteboard1 {
    left:1in;
    top:1.5in;
    background-color:black;
    width:3920px;
    height:500px;
    }

    #pasteboard2 {
    left:1in;
    top:1.5in;
    background-color:black;
    width:920px;
    height:500px;
    overflow:hidden;
    }

    .ImageTitle {
    font-family:verdana;
    font-style:normal;
    color:#444;
    font-size:9pt;
    }

    .ImageDate {
    font-family:verdana;
    font-style:normal;
    color:#333;
    font-size:7pt;
    }

    .ImageCaption {
    line-height:12pt;
    }

    .ImageBoard {
    top:60px;
    width:500px;

    }

    #imageboard1 {
    left:60px;
    height:333px;
    }

    #imagecaption1 {
    left:60px;
    top:410px;
    }

    #imageboard2 {
    left:620px;
    height:334px;
    }

    #imagecaption2 {
    left:620px;
    top:410px;
    }

    #imageboard3 {
    left:1180px;
    height:333px;
    }

    #imagecaption3 {
    left:1180px;
    top:410px;
    }

    #imageboard4 {
    left:1740px;
    height:333px;
    }
    
    #imagecaption4 {
    left:1740px;
    top:410px;
    }

    #imageboard5 {
    left:2300px;
    height:334px;
    }

    #imagecaption5 {
    left:2300px;
    top:410px;
    }

    #imageboard6 {
    left:2860px;
    height:333px;
    }

    #imagecaption6 {
    left:2860px;
    top:410px;
    }

    #imageboard7 {
    left:3370px;
    height:334px;
    }

    #imageboard7 img {
    position:absolute;
    left:0px;
    top:0px;
    clip:rect(0px, 380px, 333px, 50px);
    }

    #imagecaption7 {
    left:3420px;
    top:410px;
    }




    #credit {
	position:absolute;
	display:block;
	top:680px;
	left:1in;
    }
    #credit, #credit a {
	color:#222;
	font-family:helvetica, arial, verdana;
	font-style:normal;
	font-size:9pt;
    }

    #credit a {
	font-weight:bold;
	color:#111;
    }


.Button {
    overflow:visible;
    cursor:pointer;
}

#glass {
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:#000;
    display:none;
    z-index:1;
}
