.hotspot{
	/*border : 1px solid #F00;
	background:#F00;
	opacity:0.3;
	border-radius:10px;
  -moz-border-radius:10px;
	-o-border-radius:10px;
	-opera-border-radius:10px;
	-webkit-border-radius:10px;
	filter: alpha(opacity = 30);*/
	opacity:0.8;
	filter: alpha(opacity = 80);
	position:absolute;
	left:0px;
	top:0px;
	height:24px;
	width:24px;
	/*behavior: url(border-radius.htc);*/ 
	z-index:995;
	display:none;
	background : url(/public/archives/static/pano/js/img/hotspot.gif) no-repeat;
	cursor:pointer;
}
.hotspot_display_layer{
	z-index:997;
	background:#000;
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	opacity:0.7;
}
.hotspot_display_container{
	z-index:999;
	border : 1px solid #333;
	background:#333;
	padding:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:10px;
  -moz-border-radius:10px;
	-o-border-radius:10px;
	-opera-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(themes/default/pie/PIE.php); 
	/*width:500px;
	height:680px;*/
	display:block;
	position:absolute;
	overflow: hidden;
	
	
}
.hotspot_display{
	background:#000;
	color:#FFF;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	/*
	border : 1px solid #00;
	border-radius:10px;
  -moz-border-radius:10px;
	-o-border-radius:10px;
	-opera-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(themes/default/pie/PIE.php); 
	* /
	*/
	
	overflow: hidden;
	overflow-y: auto;
	position:relative;
}
.table_hotspot{
}
.hotspot_display_close{
	position:absolute;
	right:10px;
	top:10px;
	display:block;
  height:24px;
  width:24px;
  padding-bottom:8px;
  
  border : none;
  background:url(/public/archives/static/pano/js/img/close_out.png) no-repeat;
}
.hotspot_display_name{
	
}
.hotspot_display_desc{
	
}
.hotspot_display_categorie{
	
}
.hotspot_display_site{
	
}
.hotspot_display_img{
	width:1024px;
	height:768px;
}
