* {
        margin: 0;
        padding: 0;
}

a, 
a:link, 
a:visited, 
a:hover, 
a:active {
        color: #999;
}

h1 {
        font-size: 200%;
        margin-bottom: 1em;
        color: #FF0004;
        line-height: 1.1em;
}

div#info-box {
        clear: left;
        float: left;
        width: 20%;
        padding: 2%;
        margin: 0;
}

div#info-box p {
        line-height: 1.35em;
}

div#grid-box {
        float: right;
        width: 75%;
        margin-top: 2%;
}

div.thumbnail-box {
        text-align: center; 
        display: table-cell; 
        vertical-align: middle;
}

div.thumbnail-box img {
        margin:0 auto; 
}

ol#wcs-list {
        list-style: none;
        font-size: 80%;
        display: block;
}

ol#wcs-list li {
        display: inline;
        float: left;
        margin: 0 2em 1.5em 0;
        text-align: center;
}

ol#wcs-list li img {
        border: .5em solid #FF0004;
}

div#copyright-box {
        clear: both;
        border-top: 1pt solid #666;
        margin: 2%;
        padding-top: 0.5em;
        font-size: 90%;
        text-align: center;
}
div#copyright-box a{
        color:#FF0004;
}
article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
/* jQuery Countdown styles 1.6.0. */
.hasCountdown {
}
.countdown_rtl {
        direction: rtl;
}
.countdown_holding span {
        color: #888;
}
.countdown_row {
        clear: both;
        width: 100%;
        padding: 0px 2px;
        text-align: center;
}
.countdown_show1 .countdown_section {
        width: 98%;
}
.countdown_show2 .countdown_section {
        width: 48%;
}
.countdown_show3 .countdown_section {
        width: 32.5%;
}
.countdown_show4 .countdown_section {
        width: 24.5%;
}
.countdown_show5 .countdown_section {
        width: 19.5%;
}
.countdown_show6 .countdown_section {
        width: 16.25%;
}
.countdown_show7 .countdown_section {
        width: 14%;
}
.countdown_section {
        display: block;
        float: left;
        font-size: 75%;
        text-align: center;
}
.countdown_amount {
        font-size: 200%;
}
.countdown_descr {
        display: block;
        width: 100%;
}

body {
    background-color: #181818;
    color: #FF0004;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: small;
}

#jquery-overlay {
        position: absolute;
        background:url(/img/overlay-3.png) fixed;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
}
#jquery-lightbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
        position: relative;
        background-color: #FF0004;
        width: 250px;
        height: 250px;
        margin: 0 auto 10px;
        top:-60px;
          -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
        position: absolute;
        top: 10;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
}
#lightbox-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
        width: 49%;
        height: 100%;
        zoom: 1;
        display: block;
}
#lightbox-nav-btnPrev { 
        left: 0; 
        float: left;
}
#lightbox-nav-btnNext { 
        right: 0; 
        float: right;
}
#lightbox-container-image-data-box {
        font: 10px Verdana, Helvetica, sans-serif;
        margin: -60 auto;
        line-height: 1.4em;
        overflow: auto;
        width: 100%;
        padding: 0 10px 0;
}
#lightbox-container-image-data {
        padding: 0 10px; 
        color: #FF0004; 
}
#lightbox-container-image-data #lightbox-image-details { 
        width: 70%; 
        float: left; 
        text-align: left; 
}       
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
        display: block; 
        clear: left; 
        padding-bottom: 1.0em;  
}                       
#lightbox-secNav-btnClose {
        width: 66px; 
        float: right;
        padding-bottom: 0.7em;  
}




