
#topwrapper
{
    width:1200px;
    height:360px; /* original height is 300px */
    border:1px solid black;
}




#centerwrapper
{

    width:944px; /*original width is 600px */
    height:660px;
    float:left;
    border:1px solid black;
}
#contentarea
{
    width:1200px;
    height:1150px;
    margin-left:auto;
    margin-right:auto;

}
#Whitebox
{
    width:1200px;
    height:700px;
    background-color:white;
}
.image{
    width:26%;
    float:left;
    margin-top:50px;
}

#toprow
{
    margin-left:70px;
    width:1200px;
    height:280px;
}
#bottomrow
{
    margin-left:260px;
    width: 1200px;
    height:280px;
}
.column {
    width: 33.33%;
    float: left;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.image {
    width:280px;
    cursor:pointer;
}

/*can't get "image:hovor {opacity:0.7}" working for some reason? *\

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width:1200px;

}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(255, 25, 10, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 24px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}


.slidepic {
    width:70%;
}

.slidepic2 {
    width:40%;
}
