@charset "utf-8";


#updatepic {
    display: inline-block;
    float: right;
    position: relative;
    width: 550px;
    height: 400px;
    /*right: 80px;*/
    top: 20px;
    margin-left: 45px;
	margin-bottom: 28px;
    z-index: 990;
}

#updatepic_bg, #updatepic_fg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 550px;
    height: 400px;
    z-index: 991;
}

#updatepic_fg { z-index: 992; }

#mptext {
    display: inline-block;
    position: relative;
    text-align: justify;
    top: 0px;
    left: 30px;
    /*right: 650px;*/
    padding-right: 80px;
}
#mptext p {
    margin-top: 30px;
}

#carousel {
    display: block;
    position: relative;
    /*top: 480px;*/
    margin-top: 50px;
    height: 620px;
    left: 10px;
    right: 50px;
    background-color: white;
    overflow: hidden;
}

#carousel_items {
    position: absolute;
    top: 35px;
    left: 30px;
    right: 30px;
    height: 400px;
    background-color: white;
}

.carousel_item {
    margin: 0px 15px;
    opacity: 0.3;
}

#carousel_thumbs {
    position: absolute;
    top: 480px;
    left: 30px;
    right: 30px;
    background-color: white;
}

.carousel_thumb {
    margin: 0px 10px;
    opacity: 0.6;
}


/*
#carousel_items {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 400px;
    background-color: white;
    white-space: nowrap;
}

.carousel_item {
    display: inline-block;
    width: 550px;
    height: 400px;
    z-index: 1000;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-size: 550px 400px;
}
/*
.carousel_item_selected {
    opacity: 1.0;
}

#carousel_thumbs {
    display: block;
    position: absolute;
    top: 410px;
    left: 0px;
    width: auto;
    height: 60px;
    background-color: white;
    white-space: nowrap;
}

.carousel_thumb {
    display: inline-block;
    width: 83px;
    height: 60px;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: 83px 60px;
    opacity: 0.6;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.carousel_thumb_selected {
    opacity: 1.0;
}
*/