body
{
   background-color: #EDF3F8;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
@keyframes kenBurnsEffect
{
   0% { transform: scale(1) translate(0, 0); }
   100% { transform: scale(1.5) translate(2.5%); }
}
#SlideShow1
{
   position: fixed;
   z-index: 0;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   margin: 0;
   padding: 0;
   list-style: none;
}
#SlideShow1 li
{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-size: cover;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   opacity: 0;
   z-index: 0;
}
@keyframes SlideShow1-animation
{
   0% { opacity: 0; animation-timing-function: ease-in; }
   6% { opacity: 1; transform: scale(1.05); animation-timing-function: ease-out; }
   16% { opacity: 1; transform: scale(1.1) rotate(3deg); }
   22% { opacity: 0; transform: scale(1.1) rotate(3deg); }
   100% { opacity: 0; }
}
#SlideShow1 li
{
   animation: SlideShow1-animation 42000ms linear infinite 0s, kenBurnsEffect 42000ms ease-in-out infinite;
}
#SlideShow1 li:nth-child(1)
{
   background-image: url('../images/lroom1.jpg');
   animation-delay: 0ms;
   transform-origin: bottom left;
}
#SlideShow1 li:nth-child(2)
{
   background-image: url('../images/lroom2.jpg');
   animation-delay: 7000ms;
   transform-origin: top right;
}
#SlideShow1 li:nth-child(3)
{
   background-image: url('../images/kitch1.jpg');
   animation-delay: 14000ms;
   transform-origin: top left;
}
#SlideShow1 li:nth-child(4)
{
   background-image: url('../images/bath1.jpg');
   animation-delay: 21000ms;
   transform-origin: bottom right;
}
#SlideShow1 li:nth-child(5)
{
   background-image: url('../images/bed1.jpg');
   animation-delay: 28000ms;
   transform-origin: bottom left;
}
#SlideShow1 li:nth-child(6)
{
   background-image: url('../images/bed4.jpg');
   animation-delay: 35000ms;
   transform-origin: top right;
}
#SlideShow1
{
   border: 0px solid #FFD700;
   border-radius: 0px;
}
