div#container
{
   width: 600px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #DCDCDC;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #000000;
   text-decoration: none;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #B22222;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#PhotoCollage1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
   position: relative;
}
#PhotoCollage1 .thumbnail img
{
   border: 0px #000000 solid;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoCollage1 .thumbnail
{
   position: absolute;
}
#PhotoCollage1 .thumbnail img
{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
}
#Layer1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_PhotoCollage1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 600px;
   height: 600px;
   z-index: 0;
}
#Layer1
{
   position: fixed;
   text-align: left;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   width: 600px;
   height: 600px;
   margin-left: auto;
   margin-top: auto;
   margin-right: auto;
   margin-bottom: auto;
   z-index: 1;
}
@media only screen and (min-width: 480px) and (max-width: 599px)
{
div#container
{
   width: 480px;
}
body
{
   background-color: #DCDCDC;
   background-image: none;
}
#wb_PhotoCollage1
{
   left: 0px;
   top: 0px;
   width: 480px;
   height: 480px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Layer1
{
   width: 480px;
   height: 480px;
   visibility: visible;
   display: block;
}
}
@media only screen and (max-width: 479px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #DCDCDC;
   background-image: none;
}
#wb_PhotoCollage1
{
   left: 0px;
   top: 0px;
   width: 320px;
   height: 320px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Layer1
{
   width: 320px;
   height: 320px;
   visibility: visible;
   display: block;
}
}
