BODY
{
margin: 0px;
background-color: #EDD3B5;
background-position: top;
background-repeat: repeat;
scrollbar-face-color: #EDD3B5;
scrollbar-highlight-color: #EDD3B5;
scrollbar-3d-light-color: #EDD3B5;
scrollbar-dark-shadow-color: #EDD3B5;
scrollbar-shadow-color: #EDD3B5;
scrollbar-arrow-color: #EDD3B5;
scrollbar-track-color: #EDD3B5;
FONT-SIZE: 11px; COLOR: #004992; FONT-FAMILY: Verdana;
}

P, UL, OL
{
color: #004992;
font-family: Verdana;
font-size: 9pt;
text-align: left;
}

P SPAN, A SPAN
{
font-size: 10pt;
font-weight: bold;
}

A {
        COLOR: #004992; TEXT-DECORATION: none
}

A:hover {
        FONT-WEIGHT: bold; COLOR: #4083C6; TEXT-DECORATION: underline;
}

#wrap {
    position: relative;
}

#slidr img{
    display: none;
    position: absolute;
    right: 50px;

}

#slidr img:first-child {display: block;}

#overlay {
    background: transparent;/* IE*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);/* IE*/
    zoom:1; /* IE*/
    
    position: fixed; 
    z-index: 10;
    display: none; 
    background: rgba(0,0,0,.8);
    width:100%;
    height: 100%;
}

#overlay img {
    position: absolute;
    cursor: pointer;
    box-shadow: 0 0 20px #000;
}
