div.sightoverview {
    width:300px;
    height:300px;
    border:solid 1px #ccc;
    float:left;
    margin:10px 5px;
    margin-bottom: 100px;
}

#construction a {
    color: black;
    text-decoration: underline;
}
#construction {
    margin: 30px 5px;
    overflow:hidden;
}

#construction p {
    margin-left: 120px;
}

#construction p img{
    float:none;
}

#construction img {
    float: left;
}

.mainsights {
    margin: 0 auto;
    padding: 0;
    width: 940px;
}

.mainsights a { margin: 0 auto; }
/* .mainsights div { */
/*     display:block; */
/*     float:left; */
/* } */

#selectortab1 {
    background: url('images/sights_map_off.png');
}
#selectortab2 {
    background: url('images/sights_photos_off.png');
}
#selectortab3 {
    background: url('images/sights_types_off.png');
}

#selectortab1.selectortabsel {
    background: url('images/sights_map_on.png');
}
#selectortab2.selectortabsel {
    background: url('images/sights_photos_on.png');
}
#selectortab3.selectortabsel {
    background: url('images/sights_types_on.png');
}

.selectorhead {
    display:block;
    width:918px;
    background: #e1dcc7;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-weight: bold;
}
#selectorheadbox2-detail { border-bottom:none;}
#selectorheadbox1-detail { margin-top: 15px; }

#main1-detail {
    margin: 0 auto;
    overflow:hidden;
}

.sightstitle {
    width:600px;
    font-weight:bold;
}

.sightsphotobox {
    float:left;
    width:233px;
    height: 175px;
    margin: 5px 0;
    border:1px #ccc solid;
    background:white;
}
.sightsphotobox {
    -webkit-transition: all 0.35s ease-out;
     -khtml-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
         -o-transition: all 0.35s ease-out;
}
.sightsphotobox:hover {
    border-color: #666;
}

.sightsphotobox a {
    display:block;
    margin: 3px;
}

.sightsphotobox a:hover {
    -webkit-transition: all 0.35s ease-out;
     -khtml-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
         -o-transition: all 0.35s ease-out;
    -webkit-opacity: 0.9;
     -khtml-opacity: 0.9;
       -moz-opacity: 0.9;
         -o-opacity: 0.9;
            opacity: 0.9;
}

.sightsphotobox p {
    margin: 2px;
    padding: 0;
}

.bigsidearrow {
    display:block;
    float:left;
    width:54px;
    height:570px;
    background:#b2b2b2;
}

.bigsidearrow:hover {
    background:#858585;
    -webkit-transition: all 0.35s ease-out;
     -khtml-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
         -o-transition: all 0.35s ease-out;
}

.bigsidearrow img {
    display:block;
    float:left;
    margin:268px 10px;
}

#grayphotowindow {
    display:block;
    float:left;
    height:570px;
    width:832px;
    background:#1e1e1e;
}

#slider  {
    border: 1px white solid;
    margin: 52px 66px;
}

#bigphototext p {
    margin: 10px 2px;
}

#bigphotobuttoncontainer {
    clear:left;
    margin:10px 130px;
}
#bigphotobuttoncontainer img {
    background:#b2b2b2;
    margin:0 20px;
}
#bigphotobuttoncontainer img:hover {
    background:#858585;
    -webkit-transition: all 0.35s ease-out;
     -khtml-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
         -o-transition: all 0.35s ease-out;

}

.sightsdetailbox {
    position:relative;
    width:938px;
    max-height: 181px;
    min-height: 181px;
    margin: 7px auto;
    border:1px #bbb solid;
    background:white;
    overflow:hidden;
}
.sightsdetailbox {
    -webkit-transition: all 0.5s ease-in-out 0s;
     -khtml-transition: all 0.5s ease-in-out 0s;
       -moz-transition: all 0.5s ease-in-out 0s;
         -o-transition: all 0.5s ease-in-out 0s;
}

#main1-detail div {
    overflow:hidden;
    display:block;
    clear:left;
}

.sightsdetailtext {
    max-width: 650px;
    clear:none;
    float:left;
    margin-bottom: 30px;
}
.sightsdetailbox a {
    margin: 0;
    padding: 0;
    color: blue;
}

.sightsdetailpic {
    border: solid 1px white;
    display:block;
    float:left;
    margin: 6px;
    padding: 1px;
}    

.sightsdetailpic {
    -webkit-transition: all 0.35s ease-out;
     -khtml-transition: all 0.35s ease-out;
       -moz-transition: all 0.35s ease-out;
         -o-transition: all 0.35s ease-out;
}

.sightsdetailpic:hover {
    border: solid 1px #888; 
    -webkit-box-shadow: 0px 0px 4px #888;
     -khtml-box-shadow: 0px 0px 4px #888;
       -moz-box-shadow: 0px 0px 4px #888;
         -o-box-shadow: 0px 0px 4px #888;
            box-shadow: 0px 0px 4px #888;
}

.arrow {
    padding:60px 0;
}

.sightsdetailbox p {
    min-width: 500px;
    margin-left: 20px;
    margin-top: 6px;
    margin-bottom: 0px;
    display:block;
    float:left;
    clear: none;
}

.showmore,.showless {
    position: absolute;
    left:0;
    bottom:0;
    width:938px;
    padding: 0 0;
    background: #eee;
}
.showmore a,.showless a {
    display:block;
    float:left;
    margin: 0 420px;
    color:black;
}

.extratext {
    display:block;
    clear:left;
}

.extratext p {
    margin: 10px;
}
