body * {font-family: "Open Sans",Helvetica,Arial,sans-serif !important;}
.detail {display: none;}
#about {
	background-image:url('/images/panorama4.jpg');
	background-repeat:repeat-x;
}
#about, #photo .item {
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-attachment : fixed; */ /* IE FIX */
    overflow: hidden;
}
#photo .item {
    background-repeat: no-repeat;
}
/*
#photo .item img {
    width: 100%;
    height: 100%;
}
*/
@media (min-width: 1280px) {
.centerlayer {
    margin: 0 auto; 
    min-width: 1280px; 
    max-width: 1440px;
}
}