#gallery {
	float:left;
	margin:20px 30px 15px 30px;
	width:500px;
}
.presentationNav a {
	color:#FFFFFF;
}
.slideshowContainer {
	float:left;
	margin-left:0px;
	margin-top:0px;
	border:1px solid #999999;
	width:450px;
	height:300px;
}
#thumbnails {
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:100%;
}
.loading {
	background: url(images/loading.gif) center no-repeat;
}
.slideshowThumbnail {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	outline:none;
}
.slideshowThumbnail img {
	border:1px solid #999999;
}
a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
}
.current img {
	border: 1px solid red;
	padding: 5px;
}
.outline {
	border: 1px solid #DE0059;
	z-index: 0;
	position: absolute;
}
#propertyDetaisTable {
	margin-top:15px;
	margin-bottom:15px;
}
#propertyDetaisTable th {
	text-align:left;
	width:120px;
}


