#showRoom{
position: absolute;
left: 20%;
top: 20%;
width: 60%;
height: 60%;
background: #000;
z-index:1;
}
#showRoom div{
position: absolute;
cursor: pointer;
visibility: hidden;
width: 0px;
height: 0px;
}
#showRoom img{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
cursor: pointer;
}
#showRoom .focused{
border: solid #fff;
}
#showRoom .unfocused{
border: solid #888;
}
#showRoom span{
position: absolute;
left: 0px; top: 0px;
width: 100%; height: 100%;
border: solid #fff;
background: #fff;
color:#555;
font-weight: bold;
text-align: center;
}
#showImages{
display: none;
}

