* {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

a {
    color: #8FC2FF;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

body {
    overflow: hidden;
    background: #000;
}

#content {
    margin: 0px auto;
    height: 72px;
    width: 100%;
    bottom: 70px;
    z-index: 3;
    background-color: #1a1a1a;
    position: absolute;
    display: block;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    border-bottom: solid 1px #4F4F4F;
}

#contentframe {
    overflow: hidden;
    border-top: solid 1px #4F4F4F;
    height: 100%;
    text-align: left;
    z-index: 3;
}

#slidecounter {
    float: right;
    color: #4F4F4F;
    font: 24px Arial, sans-serif;
    font-weight: bold;
    margin: 21px 20px;
}

#slidecaption {
    overflow: hidden;
    float: right;
    color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 26px 20px 0 0;
    width: 260px; /* Change this to adjust the width of the caption text OR remove it to have the text right-align */
    display: none; /* Remove this line to show the titles */
}

.stamp {
    float: right;
    margin: 25px 20px 0 0;
}

#navigation {
    float: right;
    margin: 20px 20px 0 0; /* Adjust the 2nd number to change the distance of the navigation buttons from the right side of the browser */
}

#navigation img {
    border: none;
}

#navigation a:hover {
    text-decoration: none;
}

#loading {
    position: absolute;
    top: 49.5%;
    left: 49.5%;
    z-index: 3;
    width: 24px;
    height: 24px;
    text-indent: -999em;
    background-image: url(../image/progress.gif);
}

#supersize {
    position: fixed;
}

#supersize img, #supersize a {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    cursor: default;
    border: none;
}

#supersize .prevslide, #supersize .prevslide img {
    z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img {
    z-index: 2;
}

#logo {
    bottom: 61px;
}

#logo, #ie6-logo {
    left: 10px;
    position: absolute;
    z-index: 4;
}

#ie6-logo {
    bottom: 1px;
}

.info-pane {
    width: 230px;
    background-color: #1a1a1a;
    z-index: 5;
    pause-before: absolute;
    display: block;
    color: #fff;
    padding: 20px;
    border: 1px solid #4F4F4F;
    bottom: 142px;
    display: none;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    position: absolute;
}

.info-pane#about {
    left: 353px;
}

.info-pane#contact {
    left: 414px;
}

.info-pane p {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
.siteinfo {
	font-size: 9px;
	font-weight: normal;
}


.info-pane h1 {
	font-size: 21px;
	margin-bottom: 8px;
	font-weight: bold;
}

.info-pane .close {
    width: 25px;
    height: 25px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 1.5;
}

.info-pane .close a {
    float: right;
    height: 100%;
    width: 100%;
    color: #fff;
}

.info-pane .close a:hover {
    text-decoration: none;
}

#pane-nav {
    color: #fff;
    float: left;
    margin-left: 350px;
    margin-top: 29px;
    width: 120px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#pane-nav a {
    color: #fff;
}

#pane-nav a:hover {
    text-decoration: none;
    color: #ccc;
}

.addthis_button {
    bottom: 0px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    z-index: 2;
}

