h1 {
    border-right: 0 solid rgb(166, 166, 166);
    clear: both;
    color: rgb(237, 107, 33);
    font-family: "PragmaticaLightC";
    font-size: 36px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 15px 20px 0;
    min-height: 0;
    min-width: 0;
    padding: 2px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.box { /*background-color:#ff4499;*/
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -ms-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 300ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}

#base_photos {
    background: #FFFFFF;
    /*width: 984px;*/
    width: 100%;
}

/*.size11, .size12, .size13, .twocols { background: #ccc }
.size21, .size22, .size23, .twocols { background: #ccc }
.size31, .size32, .size33, .threecols { background: #ff9999 }*/
