﻿
.ThumbnailTable
{
width: 560px;
}

.thumbImg {
	margin-right: 16px;
	border: none;
}

.thumbRoom
{
	width:150px;
	margin-right: 16px;
	border: none;
}

.replacementHeaderImage
{
	width:587px;
	height: 316px;
}


.containerdiv
 {
  position: relative;
  width: 498px;
  height: 90px;
  overflow: hidden;
}


.scrollerDiv {
	height: 90px;
	white-space:nowrap;
  	xwidth: 928px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}


.containerdivRoom
 {
  position: relative;
  width: 498px;
  height: 150px;
  overflow: hidden;
}


.scrollerDivRoom {
	height: 150px;
	white-space:nowrap;
  	xwidth: 928px; /* = width + margin left + margin right + padding*2 + border*2  from the content rule */
}



