body {
    min-width: 800px;
    /*width: 100%;*/
    color: #CCC;
    background-color: #1B1B1B;
    background: url("../images/wild_oliva.png");
}

table.slider {
    border-collapse: collapse;
    width: 100%;
}

table.slider td {

}

table.slider td.info {
    vertical-align: top;
    text-align: center;
    padding-bottom: 5px;
}

table.slider td.content {
    vertical-align: middle;
    text-align: center;
    height: 100%;
    height: 752px;
}

table.slider td.content img {
    max-height: 752px;
    background-image: url("../images/slide-image-loader.gif");
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;

}

table.slider td.slider-nav {
    vertical-align: middle;
    width: 65px;
}

table.slider td.slider-nav-left {
    text-align: left;
}

table.slider td.slider-nav-right {
    text-align: right;
}

table.slider td.slider-nav img {
    opacity: 0.5;
    color: white;
    cursor: pointer;
    padding: 0 20px 0 20px;
    width: 25px;
}

table.slider td.slider-nav img:hover {
    opacity: 1;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.image-thumbnail-holder {
    width: 880px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.image-thumbnail-holder .thumbnail {
    background-color: #202020;
    width: 110px;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border: 1px solid #808080;
}

.gallery-image-thumbnail {
    border: 1px solid #808080;
}

.album-navigation-holder {
    text-align: center;
}

.album-thumbnail-holder {
    width: 880px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.album-and-image-holder a.thumbnail:hover {
    border-color: #CCC;
}

.album-thumbnail-holder .thumbnail {
    background-color: #202020;
    width: 250px;
    display: inline-block;
    padding: 10px;
    margin: 5px;
    border: 1px solid #808080;
    height: 191px;
}

.gallery-album-thumbnail {
    border: 1px solid #808080;
}

.album-thumbnail-holder h3 {
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.album-and-image-holder {
    min-height: 590px;
}

.album-info {
    list-style: none outside none;
}

.album-info li {
    line-height: 18px;
}

.counts {
    background-image: url("../images/star-inv.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
    float: right;
    padding: 3px 0 3px 21px;
}


.breadcrumb {
    padding-bottom: 2px;
    background-color: #1B1B1B;
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
    border-radius: 0;
}

.breadcrumb li {
    text-shadow: none;
    font-weight: bold;
}

.pagination ul > li > span, .pagination ul > li > a {
    border-color: #808080;
    background: #1B1B1B;
    font-weight: bold;
    color: #999999;
}

.pagination ul > li > a:hover {
    background: #999999;
    color: #1B1B1B;
}

.pagination ul > li.active > span {
    background: #999999;
    color: #1B1B1B;
}