body
{
    max-height: 768px;
    height: 768px;
    overflow-x: hidden;
    margin: 0;
}

img, div
{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    border: none;
}

.pictures
{
    background-color: #2e95ce;
    width: 1500px;
    height: 302px;
    z-index: -1;
    margin: auto;
    position: relative;
    display: block;
    overflow: hidden;
}
.opacity-pictures
{
    position: absolute;
    width: 1500px;
    height: 450px;
    background-color: black;
    opacity: 0.3;
    filter: Alpha(opacity=30); /* IE8 and earlier */
    z-index: 2;
}
img
{
    margin-top: 1px;
    margin-left: 1px;
    position: relative;
}
.grid-cell-border
{
    -webkit-box-shadow: inset 0px 0px 0px 1px #e8ecf1;
    -moz-box-shadow: inset 0px 0px 0px 1px #e8ecf1;
    box-shadow: inset 0px 0px 0px 1px #e8ecf1;
    overflow: hidden;
}
.grid-cell-left
{
    -webkit-box-shadow: inset 0px 0px 0px 1px #e8ecf1;
    -moz-box-shadow: inset 0px 0px 0px 1px #e8ecf1;
    box-shadow: inset 0px 0px 0px 1px #e8ecf1;
}
.grid-cell-right
{
    -webkit-box-shadow: inset 0px 0px 0px 1px #e8ecf1;
    -moz-box-shadow: inset 0px 0px 0px 1px #e8ecf1;
    box-shadow: inset 0px 0px 0px 1px #e8ecf1;
}

.grid-item-1x1
{
    background-color: White;
    width: 150px;
    height: 150px;
    display: block;
    float: left;
}
#cell-4 img
{
    position: relative;
    top: -1px;
}
.grid-item-2x1
{
    background-color: White;
    width: 300px;
    height: 150px;
    display: block;
    float: left;
}
.grid-item-1x2
{
    width: 150px;
    height: 300px;
    display: block;
    float: left;
    background-color: White;
}
.grid-item-position
{
    background-color: White;
    position: relative;
    top: -150px;
    clear: left;
    float: right;
    width: 150px;
    height: 150px;
    display: block;
}
.grid-item-position2
{
    background-color: White;
    position: relative;
    top: -150px;
    float: left;
    width: 150px;
    height: 150px;
    display: block;
}


