@CHARSET "UTF-8";
/* FLOORPLAN STYLES */
#floorplan {
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
	
}
.imageMarker, .imageMarkerHover {
	
	position: absolute;
	z-index: 3;
	width: 40px;
	height: 34px;
	background-image: url(/public/content/template-minisite/markerF1.png);
	background-repeat: no-repeat;
	
}
.imageMarkerHover {
	cursor: pointer;
	background-image: url(/public/content/template-minisite/markerF2.png);
}
.imageMarkerShadow {
	position: absolute;
	z-index: 2;
	width: 68px;
	height: 48px;
	background-image: url(/public/content/template-minisite/shadow.png);
	background-repeat: no-repeat;
	background-position:top right;
	
}

#imagePreview {
	
	display:none;
	position: absolute;
	z-index: 4;
	-moz-box-shadow: 5px 5px 6px #333;
	-webkit-box-shadow: 5x 5px 6px #333;
	box-shadow: 5px 5px 6px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#333333');
	padding: 5px;
	background-color: #FFF;
	

}
/* GALERY STYLES */
#galleryPreviews {
	
	padding-left: 20px;
	padding-top: 20px;
}

.galleryThumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 148px;
	height: 148px;
	-moz-box-shadow: 5px 5px 6px #333;
	-webkit-box-shadow: 5x 5px 6px #333;
	box-shadow: 5px 5px 6px #333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#333333');
} 
.galleryFullsize, #galleryFullsize, #galleryFullsize table {
	width: 690px;
	height: 580px;
	
}
.galleryFullsize, #galleryFullsize {
	
	position: relative;
	background-color: #000;
}
.galleryFullsize {
	
	float: left;
}
#galleryItems {
	
	position: absolute;

}
#galleryFullsize {
	
	overflow: hidden;
}

#galleryFullsizeHeader {
	position: relative;
	height: 45px;	
}
#galleryNavigation {
	
	position: absolute;
	left: 10px;
	z-index: 2;
	top: 2px;
}
#previousImage {
	
	margin-right: 5px;
}
