/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide span {
    display: block;
}
.highslide-wrapper, .highslide-outline {
    background: none;
}
.highslide img {
    border: 0px;
}
.highslide:hover img {
    border-color: #C1AB0A;
}
.highslide-active-anchor img {
    visibility: visible;
    border-color: #C1AB0A !important;
}
.highslide-dimming {
    background: url(../images/bg_jackshit.jpg);
}
.highslide-image {
    border: none;
}
.highslide-heading {
    display: none;
    margin: 0px;
    color: blue; /* the color of the title at the top*/
    font-weight: bold;
    font-family: Tahoma, Arial, "Microsoft Sans Serif", "Courier New", sans-serif !important;
    font-size: 12pt !important;
    padding: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-width: 3px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-color: transparent; /* the color of the border around the title at the top*/
    border-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    margin: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    cursor: move;
}
.highslide-loading {
    display: block;
    padding: 0px;
    width: 0;
    height: 32px;
    overflow: hidden;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    background-image: url(graphics/loader.big.white.gif);
}

.highslide-controls {
    position: static !important;
    margin: 0;
    width: 100px !important;
}
.highslide-controls .highslide-move {
    display: none;
}
.highslide-gallery ul li { /* this is where the background for the thumbs is set */
    width: 56px;
    height: 56px;
    border: 1px;
    align: center;
    background: none;
    margin: 5px;
}
.highslide-html {
    background: none;
}
.highslide-header .highslide-move {
    display: none;
}
.highslide-caption-group1 {
   display: none;
   padding: 5px 25px 5px 25px; /* 25px left padding for the text in the righpanel caption */
   font-family: Tahoma, Arial, Prestige, sans-serif !important;;
   font-size: 15px !important;
   font-style: normal;
   font-weight: bold;
   font-variant: normal;
   text-transform: none;
   color: blue;
   text-decoration: none;
}
.highslide-caption-group2 {
   display: none;
   padding: 5px 25px 5px 25px; /* 25px left padding for the text in the righpanel caption */
   font-family: Tahoma, Arial, Prestige, sans-serif !important;;
   font-size: 15px !important;
   font-style: normal;
   font-weight: bold;
   font-variant: normal;
   text-transform: none;
   color: #FFF;
   text-decoration: none;
}
.closebutton-group1 {
    position: relative;
    top: 530px;
    left: 190px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(graphics/close-red.png);
}
.closebutton-group2 {
    position: relative;
    top: 3px;
    left: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(graphics/close-red.png);
}
