#container{
    background-color: #ffffff;
    font-size: 10px;
    font-family: Times New Roman;
}

#up{
    height: 119px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e8e9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e8e9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e8e9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e8e9e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e8e9e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e9e8',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #cfcfcf;
    min-width: 1040px;
}

#mid{
    background-color: #ffffff;
}

#down{
    border-top: 1px solid #cfcfcf;
    background: url("../img/bg.jpg") repeat-x #ffffff;
    height: 200px;
    overflow: visible;
    min-width: 1040px;
}

#up2, #down2, #mid2{
    width: 940px;
    height: 100%;
    margin: auto;
    position: relative;
}

#up2, #down2{
    padding: 0px 50px;
}

#logo a{
    display: hidden;
    position: absolute;
    top: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; 
}

#logo h1{
    display: none;
}

#email{
    position: absolute;
    right: 130px;
    top: 20px;
    font-size: 1.6em;
    padding: 10px 20px;
    text-decoration: none;
    text-align: right;
    color: #4C4C4C;
    display: inline-block;
}

#email a{
    text-decoration: none;
    text-align: right;
    color: #ec6500;
    float: left;
    font-weight: bold;
    clear: both;
    font-size: 1.2em;
    text-transform: uppercase;
}

#email a img{
    transition: ease-out 0.3s box-shadow;
    margin-right: 10px;
    margin-top: -3px;
    float: left;
}

#email span{
    float: left;
    line-height: 35px;
    font-size: 1.1em;
}

#email a:hover img{
    box-shadow: 0px 0px 20px rgba(236, 101, 0, 1);
    transition: ease-out 0.3s box-shadow;
}

#info{
    font-size: 1.6em;
    color: #4c4c4c;
    width: 196px;
    padding: 7px 0px;
    line-height: 18px;
    width: 940px;
    overflow: auto;
    margin-top: 10px;
}

#info h2{
    font-size: 1.3em;
    margin: 7px 0px;
    color: #ec6500;
    font-family: Times New Roman;
    text-shadow: 0px 1px 0px #9f9f9f;
}

#info p{
    margin: 5px 0px;
    float: left;
    width: 250px;
    line-height: 1.35em;
}

#info p.text{
    float: left;
    width: 400px;
}

#mid .img{
    width: 229px;
    height: 229px;
    float: left;
}

.album{
    width: 466px;
}

.album td{
    width: 229px;
    height: 229px;
}

.album td div{
    position: relative;
    width: 229px;
    height: 229px;
    margin-right: 8px;
    margin-bottom: 8px;
}

#mid td:nth-child(2n+2) div{
    margin-right: 0px;
}

#mid .info{
    width: 214px;
    height: 199px;
    padding: 15px;
    margin-bottom: 8px;
    display: block;
    background-color: #ec6500;
    float: left;
    padding-right: 0px;
}

#mid .info h2{
    font-size: 2.1em;
    color: #ffffff;
}

#mid li{
    list-style-position: outside;
    background: url("../img/icons/li.png") no-repeat center left;
    color: #ffffff;
    line-height: 15px;
    padding: 8px 0px;
    padding-left: 30px;
    font-size: 1.6em; /*1.6*/
}

#mid .zoom_in{
    display: none;    
    position: absolute;
    width: 26px;
    right: 5px;
    top: 5px;
    height: 26px;
    background: url("../img/icons/zoom_in.png") center no-repeat #ec6500;
    opacity: 0.8;
    cursor: pointer;
}

#mid .zoom_out{
    position: absolute;
    width: 34px;
    right: 8px;
    top: 8px;
    height:34px;
    background: url("../img/icons/zoom_out.png") center no-repeat #ec6500;
    opacity: 0.8;
    z-index: 5;
    cursor: pointer;
}

#mid td:hover .zoom_in{
    display: block;
}

#mid2{
    clear: both;
    width: 1040px;
    height: 548px;
}

#left, #right{
    height: 466px;
    width: 50px;
    float: left;
    position: relative;
    top: 22px;
}

#right{
    float: right;
}

.left_arrow{
    width: 29px;
    height: 58px;
    background: url("../img/icons/arrow_left.png") no-repeat center;
    position: absolute;
    margin-top: -29px;
    top: 50%;
    right: 10px;
    cursor: pointer;
    display: none;
}

.album_left{
    width: 29px;
    height: 58px;
    background: url("../img/icons/arrow_left.png") no-repeat center;
    position: absolute;
    margin-top: -29px;
    top: 50%;
    right: 10px;
    cursor: pointer;
    display: none;
}

.right_arrow{
    width: 29px;
    height: 58px;
    background: url("../img/icons/arrow_right.png") no-repeat center;
    position: absolute;
    margin-top: -29px;
    top: 50%;
    left: 10px;
    cursor: pointer;
    display: none;
}

.album_right{
    width: 29px;
    height: 58px;
    background: url("../img/icons/arrow_right.png") no-repeat center;
    position: absolute;
    margin-top: -29px;
    top: 50%;
    left: 10px;
    cursor: pointer;
    display: none;
}

#left span:hover{
    background-image: url("../img/icons/arrow_left_hover.png");
}

#right span:hover{
    background-image: url("../img/icons/arrow_right_hover.png");
}

#center{
    left: 50px;
    overflow: visible;
    width: 940px;
    padding-top: 22px;
    height: 548px;
    position: relative;
}

.images{
    width: 940px;
    height: 466px;
    position: absolute;
    top: 22px;
    display: none;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px rgba(55, 55, 55, 0.20);
    -moz-box-shadow:    0px 0px 20px rgba(55, 55, 55, 0.20);
    box-shadow:         0px 0px 20px rgba(55, 55, 55, 0.20);
}

.images img{
    position: absolute;
    top: 0px;
    display: none;
    -webkit-box-shadow: 0px 0px 20px rgba(55, 55, 55, 0.20);
    -moz-box-shadow:    0px 0px 20px rgba(55, 55, 55, 0.20);
    box-shadow:         0px 0px 20px rgba(55, 55, 55, 0.20);
}

.circles{
    height: 38px;
    width: 1040px;
    line-height: 38px;
    text-align: center;
    display: none;
    position: absolute;
    bottom: 14px;
}

.circles span{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("../img/icons/circle.png") no-repeat center;
    margin: 0px 2px;
    cursor: pointer;
}

.circles span:hover{
    background: url("../img/icons/circle_full.png") no-repeat center;
}

.circles span.picked{
    background: url("../img/icons/circle_full.png") no-repeat center;
}

.slide_circles{
    height: 38px;
    width: 466px;
    line-height: 38px;
    text-align: center;
    display: block;
    position: absolute;
    margin-top: 8px;
    bottom: 14px;
}

.slide_circles span{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url("../img/icons/circle.png") no-repeat center;
    margin: 0px 2px;
    cursor: pointer;
}

.slide_circles span:hover{
    background: url("../img/icons/circle_full.png") no-repeat center;
}

.slide_circles span.picked{
    background: url("../img/icons/circle_full.png") no-repeat center;
}

.slide{
    position: absolute;
    top: 0px;
    display: none;
    width: 466px;
    height: 466px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px rgba(55, 55, 55, 0.20);
    -moz-box-shadow:    0px 0px 20px rgba(55, 55, 55, 0.20);
    box-shadow:         0px 0px 20px rgba(55, 55, 55, 0.20);
}

.slide:first-child{
    display: block;
}

.left_albums{
    left: 0px;
    position: absolute;
    display: block;
    height: 526px;
    width: 466px;
}

.right_albums{
    right: 0px;
    position: absolute;
    display: block;
    height: 526px;
    width: 466px;
    
}

.right_albums .info, .right_albums .zoom_in{
    background-color: #34862b !important;
}

.right_albums .slide_circles span{
    background: url("../img/icons/circle_green.png") no-repeat center !important;
}

.right_albums .slide_circles span:hover{
    background: url("../img/icons/circle_full_green.png") no-repeat center !important;
}

.right_albums .slide_circles span.picked{
    background: url("../img/icons/circle_full_green.png") no-repeat center !important;
}

.right_albums .info li{
    padding: 5px 0px !important;
    padding-left: 30px !important;
}

#footer{
    border-top: 1px #cfcfcf solid;
    width: 940px;
    margin: 15px 0px;
    padding: 10px 0px;
    padding-bottom: 0px;
    color: #616161;
    font-size: 1.3em;
    line-height: 20px;
}

#footer a{
    text-decoration: underline;
    color: #616161;

}

#footer a:hover{
    text-decoration: none;
}

.splitter{
    height: 466px;
    position: absolute;
    left: 466px;
    width: 8px;
    display: block;
    background-color: #cfcfcf;
}