* {
    outline: none
    }
#footer {
    height: 43px;
    /* .push must be the same height as .footer */
    padding-top: 5px;
    /*border-top:1px solid black; */
    width: 904px;
    margin: 0 auto 0
    }
#footer div p {
    width: 904px
    }
#push {
    height: 2px;
    /*.push must be the same height as .footer */
    padding-top: 2px
    }
#wrapper {
    width: 914px;
    min-height: 96%;
    height: auto !important;
    height: 96%;
    text-align: left;
    margin: -30 auto 0;
    padding: 0 0 0 0
    }
.clearfix {
    clear: both;
    float: none
    }
#bigPic {
    width: 904px;
    height: 410px;
    background-color: #FFF;
    margin-bottom: 5px
    }
#bigPic img {
    position: absolute;
    display: none;
    background-color: #FFF
    }
ul#thumbs li.active {
    border: 1px solid #de8703;
    background: #fff;
    padding: 3px
    }
ul#thumbs, ul#thumbs li {
    margin: 0;
    padding: 0;
    list-style: none
    }
ul#thumbs li {
    float: left;
    /*margin-right:1px;*/
    /*thumbs magin*/
    margin-bottom: 5px;
    padding: 3px;
    cursor: pointer
    }
ul#thumbs img {
    float: left;
    width: 175px;
    height: 78px;
    line-height: 78px;
    overflow: hidden;
    position: relative;
    z-index: 1
    }