body {
    background-image: url("../images/texture2.jpg");
    background-attachment: fixed;
    background-repeat: repeat;
}

div#gallery {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    div#gallery div#bigImages {
        text-align: center;
        border-bottom: solid 2px #4682b4;
        padding: 10px 0px;
    }

#bigImages img {
    height: 530px;
}

        div#gallery div#bigImages img#bossImage {
            /*width: 600px;*/
            /* width: 100%; */
            /*margin-left: 190px;*/
        }

    /*new big image with max-width 1000px*/
        div#gallery div#bigImages img#bossImage1000px {
            /*width: 100%; */
            
        }
    /*end new big image*/
            /*new big image with max-width 1200px*/
        div #gallery div#bigImages img#bossImage1200px {
            /*width: 100%; */
            
        }
    /*end new big image*/
            /*bossImage with max-width 800px*/
        div #gallery div#bigImages img#bossImage800px {
            /*width: 100%; */
        }

    /*end bossImage 800px*/

    div#gallery div#smallImages {
        position: relative;
        text-align: center;
        border-bottom: solid 2px #4682b4;
    }

img.smallImage {
    width: 70px;
    height: 50px;
    cursor: pointer;
    margin-left: 80px;
}

div#pagesInfo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    font-family: trebuchet;
    font-size: 1.2em;
    color: #888888;
}

    div#pagesInfo span#pagesNumber {
        color: #4682b4;
        font: bold 10pt verdana;
        margin-right: 30px;
    }

    div#pagesInfo span#cPageNumber {
        color: #4682b4;
        font: bold 10pt verdana;
    }

h3 {
    font: 18px MonoCondensed;
    color: #696969; /*dimgray*/
    text-align: center;
}

.hypertext {
    font-family: trebuchet, helvetica, sans-serif;
    font-size: 1.2em;
    padding: 0px 30px 0px 5px;
    text-decoration: none;
    border: none;
}

a:link {
    color: #6666cc;
    text-decoration: none;
}

a:visited {
    color: #6666cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
