body
{
   background-color: #D1D9E7;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #000000;
   text-decoration: underline;
}
a:active
{
   color: #696969;
}
a:hover
{
   color: #696969;
   text-decoration: underline;
}
.justified-gallery
{
   width: 100%;
   position: relative;
   overflow: hidden;
}
.justified-gallery > a, 
.justified-gallery > div, 
.justified-gallery > figure
{
   position: absolute;
   display: inline-block;
   overflow: hidden;
   opacity: 1;
   margin: 0;
   padding: 0;
}
.justified-gallery > a > img, 
.justified-gallery > div > img, 
.justified-gallery > figure > img, 
.justified-gallery > a > a > img, 
.justified-gallery > div > a >img, 
.justified-gallery > figure > a > img
{
   position: absolute;
   top: 50%;
   left: 50%;
   margin: 0;
   padding: 0;
   border: 0;
   opacity: 0;
}
.justified-gallery > .jg-entry-visible
{
   opacity: 1;
   background: 0 0;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img
{
   opacity: 1;
   transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered
{
   display: none;
}
.justified-gallery > .spinner
{
   position: absolute;
   bottom: 0;
   margin-left: -24px;
   padding: 10px 0;
   left: 50%;
   opacity: 1;
   overflow: initial;
}
.justified-gallery > .spinner > span
{
   display: inline-block;
   opacity: 0;
   width: 8px;
   height: 8px;
   margin: 0 4px;
   background-color: #000;
   border-radius: 6px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
