.calendarTop
{
	background-color: #000066;
	color: #FFFFFF;
	width: 50px;
}
.outOfDates
{
	background-color: #c0ac73;
}
.inDates
{
	border-style: solid;
	border-width: thin;
	border-color: #c0ac73;
	height: 45px;
	vertical-align: top;
}

#roomPhotoWrapper
{
	width: 358px;
	height: 358px;
	margin-left: 1px;
	margin-top: 2px;
}
#mainPic
{
	float: left;
	width: 358px;
	height: 268px;
	/*text-align: center;
	overflow: hidden;*/
}
#thumbnailHolder
{
	float: left;
	width: 358px;
	height: 76px;
}
#prevButton
{
	float: left;
	height: 76px;
	width: 9px;
}
#nextButton
{
	margin-left: 1px;
	float: right;
	height: 76px;
	width: 9px;
}
#photoholder1
{
	float: left;
	height: 72px;
	width: 112px;
	text-align: center;
	margin-left: 1px;
	margin-top: 2px;
	overflow: hidden;
}
#thephoto1
{
	width: 110px;
	border: none;
}
#photoholder2
{
	float: left;
	height: 72px;
	width: 112px;
	text-align: center;
	margin-left: 1px;
	margin-top: 2px;
	overflow: hidden;
}
#thephoto2
{
	width: 110px;
	border: none;
}
#photoholder3
{
	float: left;
	height: 72px;
	width: 112px;
	text-align: center;
	margin-left: 1px;
	margin-top: 2px;
	overflow: hidden;
}
#thephoto3
{
	width: 110px;
	border: none;
}

.thumbLine
{
	font-size: 0px;
	height: 0px;
	border-bottom: 1px solid #c0ac73;
	clear: both;
	width: 338px;
	margin: auto;
}
