body {
    margin: 0;
    padding: 0px;
    background-color: #fff !important;
    color: #ffffff;
}
#gallerywrapper {
    width: 100%;
    position: relative;
    margin: 0px auto;
    max-width: 810px;
    background: url('../theme_img/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    height: 1000px;
}
#category_btns {
    width: 810px;
    margin: 225px auto 0px auto;
    text-align: center;
    display: inline-block;
}
#cat1, #cat2, #cat3, #cat4, #cat5{
    outline: none;
}
button {
    margin-right: 2px;
    width: 106px;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.41);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.41);
    box-shadow: 1px 1px 2px rgba(0,0,0,.41);
    background-image: -webkit-linear-gradient(bottom, #f2e7ca, #fff);
    background-image: -moz-linear-gradient(bottom, #f2e7ca, #fff);
    background-image: -o-linear-gradient(bottom, #f2e7ca, #fff);
    background-image: linear-gradient(to top, #f2e7ca, #fff);
    font-size: 10pt;
    font-weight: 100;
    outline: none;
}
button:hover,button:active,button:focus{
    background-image: -webkit-linear-gradient(top, #dedfdf, #fff);
    background-image: -moz-linear-gradient(top, #dedfdf, #fff);
    background-image: -o-linear-gradient(top, #dedfdf, #fff);
    background-image: linear-gradient(to bottom, #dedfdf, #fff);
    cursor: default;
    color: #e3000f;
    outline: none;
}
.mygallery {
    display: inline-block;
    width: 810px;
    margin: 30px auto;
}
.tn3e-gallery {
    background: none !important;
    float: none !important;
    margin: 0 auto;
}
.tn3e-thumbs{
    background: none !important;
}
.tn3e-control-bar{
    width: 83px;
    left: 89.5px;
}
.tn3e-fullscreen, .tn3e-show-albums {
    display: none;
}
.tn3e-play {
    left: 12px;
}
.tn3e-thumb img {
    max-width: 104px !important;
    margin: 0px 5px 0px 3px !important;
    float: left;
}
li.tn3e-thumb div {
    width: 110px !important;
}
li.tn3e-thumb {
    width: 114px;
    text-align: center;
}
.tn3e-full-image {
    max-width: 480px !important;
    max-height: 300px !important;
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    width: 100% !important;
    float: none;
    left: 17% !important;
    top: 2% !important;
}
.tn3e-gallery img {
    margin: 0 auto!important;
    padding: 0 !important;
    border: 0 !important;
    max-width: 480px !important;
    max-height: 272px !important;
    vertical-align: middle;
}
.tn3e-image-in {
    text-align: center;
}
.tn3e-gallery .tn3e-thumb img {
    max-width: 104px !important;
    margin: 0px 5px 0px 3px !important;
    float: left;
}