﻿html, body, body *
{
    border: 0;
    padding: 0;
    margin: 0;
}

body
{
}

.scroll-button
{
    position: absolute;
    text-align: left;
    height: 7%;
    float: none;
    clear: both;
    z-index: 10;
}

div#pics-up
{
    top: 0;
    left: 70px;
}

div#pics-down
{
    bottom: 0;
    left: 70px;
}

#up-img
{
    position: relative;
    top: 30%;
}

#down-img
{
    position: relative;
    top: 20%;
}

div#main-pics
{
    position: absolute;
    z-index:10;
    left: 70px;
    top: 7%;
    bottom: 7%;
    height: 86%;
    min-width:100px;
    width: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    visibility:hidden;
}

div#pics-scroll
{
    position: absolute;
    display: block;
    text-align: left;
    z-index: 20;
    left: 0;top:0;
}

div#body-main
{
    position: relative;
    width: 100%;
    margin-top:10%;
    text-align: center;
}

div#main-info
{
    position:relative;
    width:100%;
    text-align:center;
}

div#loading
{
    position:absolute;
    background-color:#000;
    text-align:center;
    display:none;
    z-index:50;
}

div#loading-img
{
    position:relative;
    top:50%;
}

div#info-image
{
    position:relative;
    width:600px;
    height:530px;
    margin:0 auto 0 auto;
}

div#image-data
{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    text-align:center;
}



div.views-info
{
    position:relative;
    width:100%;
    margin-top:0px;
    text-align:center;
}

table.views-table
{
    position:relative;
    width:100%;
    text-align:center;
}

td.views-td
{
    text-align:center;
}

.views-in
{
    position:relative;
    width:550px;
    margin: 0 auto 0 auto;
    padding-left:50px;
}

div.img-view
{
    padding:2px;
    float:left;
    clear:none;
    display:block;
}

.table
{
    position:absolute;
    width:100%;
}

td
{
    text-align:center;
}

td.table-center
{
    width:600px;
}

td.table-left
{
    text-align:right;
}

div.table-left
{
    display:block;
    width:200px;
}

td.table-right
{
    vertical-align:top;
    text-align:left;
}


div#body-logo
{
    position:relative;
    top:7%;
  
}