div#bnr0 {
  padding: 12px auto;
  margin-top: 1em;
  display: none;
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}
div#bnr1 {
  border-width: 1px 0 0 1px;
  border-color: silver;
  border-top-colors: red orange yellow green;
  border-style: solid;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  background: white;
  width: 489px;
  height: 96px;
  padding-bottom: 1em;
  background: #1155A6; /* rgb(0, 102, 152); */
  margin-left: auto;
  margin-right: auto;
}
div#ib0 {
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-bottom-left-radius: 50px;
  // background: rgb(0, 102, 152); 
  background-color: #DDD;
  background-image: url(http://www.liquidationmerchandise.com/images/arrowful-bg.png);
  background-position: 0px 0px;
  animation: animatedBackground 10s linear infinite reverse;
  -moz-animation: animatedBackground 10s linear infinite reverse;
  -webkit-animation: animatedBackground 10s linear infinite reverse;
  -ms-animation: animatedBackground 10s linear infinite reverse;
  -o-animation: animatedBackground 10s linear infinite reverse;
  margin: 3px 3px 24px 30px;
  height: 90px;
  font-weight: bold;
}
div#ib0 .phofa {
  width: 240px;
  text-align: center;
  position: relative;
  display: inline;
  padding-left: 48px;
}
div#ib0 .phone1 {
  color: rgb(255, 102, 000);
  font-size: 27px;
  text-shadow: 1px 1px gray;
  display: inline-block;
}
div#ib0 .fax {
  color: black;
  font-size: 12px;
  text-shadow: 1px 1px gray;
  display: block;
  top: 0;
}
.cfp a {
  color: blue;
  font-size: 12px;
  font-weight: bold;
  text-shadow: none;
  display: block;
  margin-left: 174px;
  margin-top: -42px;
}
div#ib1 {
  display: inline;
  font-weight: bold;
  font-size: 12px;
  color: teal;
  position: relative;
  margin-top: -21px;
  margin-left: -30px;
  border-radius: 50% 50% 0 50%;
  width: 72px;
  height: 72px;
  padding: 6px;
  background: white; // silver; // #fff;
  border: 1px solid white;
  border-bottom: 9px solid white;
  border-right: 6px solid silver;
  text-align: center;
  display: inline-block;
  padding-top: 6px;
}
div#ib1 span {
  display: inline-block;
}
div#ib1 span.plsr {
  font-size: 12px;
  margin-top: 6px;
  margin-left: 6px;
  color: rgb(196, 0, 48);
  font-style: italic;
  animation-name: pulse_animation;
  animation-duration: 4800ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 96%;
}
@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.12);
  }
  40% {
    transform: scale(1.44);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.12);
  }
  70% {
    transform: scale(1.44);
  }
  80% {
    transform: scale(1.56);
  }
  100% {
    transform: scale(1);
  }
}
div#tpscrl {
  font-size: 72%;
  background: white;
  margin: 1px;
  border: solid 1px rgb(0, 102, 152);
  border-radius: 50px;
  width: 396px;
  height: 18px;
  float: right;
  display: inline-block;
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden;
}
div#tpscrl span {
  display: inline;
  position: relative;
  float: right;
  margin: 3px 0 3px;
  padding-right 100%;
  animation: floatText 15s infinite reverse;
  width: 1800px;
}
@keyframes floatText {
  from {
    left: 600px;
  }
  to {
    left: 1800px;
  }
}
.pblb {
  margin-top: 15px;
}
.photorot {
  position: relative;
  float: right;
  border: solid 1px silver;
  padding: 3px;
  background: white;
  border-radius: 12px;
  top: 0;
  height: 75px;
  width: 75px;
}
.photorot img {
  postion: absolute;
  opacity: 1;
  height: 75px;
  width: 75px;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@keyframes cf4FadeInOut {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.photorot {
  position: relative;
  height: 78px;
  width: 78px;
  margin: auto;
}
.photorot img {
  position: absolute;
  left: 3px;
  top: 3px;
}
.photorot img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 8s;
  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 8s;
  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}
.photorot img:nth-of-type(1) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}
.photorot img:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
.photorot img:nth-of-type(3) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.photorot img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.photorot img:nth-of-type(1) {
  animation-delay: 6s;
}
.photorot img:nth-of-type(2) {
  animation-delay: 4s;
}
.photorot img:nth-of-type(3) {
  animation-delay: 2s;
}
.photorot img:nth-of-type(4) {
  animation-delay: 0;
}
div#bnr2 {
  text-align: center;
  background: white;
  width: 360px;
  border-width: 1px 0;
  border-style: solid;
  border-color: orange;
  margin: 3px auto;
  font-size: 11px;
}
div#bnr2 span {
  color: steelblue;
}



td.illu img {min-width: 96px}