.sethotspot{
	display:none;
}
.holder{
	position:relative;
}
.holder img{
	position:absolute;
	left:0px;
	top:0px;
}
.highlights_menu.nomenu{
	position:absolute;
	left:10px;
	top:10px;
	-webkit-box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.3);    
    box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	cursor:default;
	z-index:300;
	width:30px;
	height:30px;
	background: #dfdfdf;
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #dfdfdf 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#d3d3d3',GradientType=0 );
}

.highlights_menu{
	position:absolute;
	left:10px;
	top:10px;
	-webkit-box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.3);    
    box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	cursor:default;
	z-index:300;
}

.highlights_menu_title{
	position:relative;
	display:block;
	height:28px;
	text-align:center;
	color:#ff3333;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	border-bottom:1px solid #cccccc;
	font-size:20px;
	padding:0 35px 2px;
	z-index:100;
	background: #dfdfdf;
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #dfdfdf 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#d3d3d3',GradientType=0 );
}
.hide_hotspots{
	position:absolute;
	display:block;
	z-index:150;
	right:5px;
	top:5px;
	width:20px;
	height:20px;
	background-image:url(../images/hide_hotspots.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.show_hotspots{
	position:absolute;
	display:none;
	z-index:150;
	right:5px;
	top:5px;
	width:20px;
	height:20px;
	background-image:url(../images/show_hotspots.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
.hide_hotspots:hover{
	background-position:0px -20px;
}
.show_hotspots:hover{
	background-position:0px -20px;
}
.hotspots_select{
	position:relative;
	padding:0px;
	margin:0px;
	margin-top:-30px;
	display:none;
	opacity: 0; 
	filter: alpha(opacity=0); 
	z-index:10;
	list-style-type:none;
	background: #dadada;
	background: -moz-linear-gradient(top,  #dadada 7%, #cfcfcf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(7%,#dadada), color-stop(100%,#cfcfcf));
	background: -webkit-linear-gradient(top,  #dadada 7%,#cfcfcf 100%);
	background: -o-linear-gradient(top,  #dadada 7%,#cfcfcf 100%);
	background: -ms-linear-gradient(top,  #dadada 7%,#cfcfcf 100%);
	background: linear-gradient(to bottom,  #dadada 7%,#cfcfcf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#cfcfcf',GradientType=0 );
	border:1px solid #e5e5e5;
}
.highlights_menu.touch_exp a{
	text-decoration:none;
}
.hotspots_select a.hotspot_link{
	display:block;
	color:#333;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	font-weight:300;
	font-size:14px;
	padding:4px 10px;
	border-bottom:1px solid #c8c8c8;
	cursor:pointer;
	text-decoration:none;
}
.hotspots_select a.hotspot_link.active{
	color:#999;
	cursor:default;
}

.hotspots_select a.hotspot_link:hover{
	text-decoration:underline;
}
.hotspots_select a.hotspot_link.active:hover{
	text-decoration:none;
}
.hotspot{
	position:absolute;
	left:0;
	top:0;
	width:24px;
	height:24px;
	cursor: pointer;
}
.hotspot.expanded{
	z-index:200;
	width:auto;
	height:auto;
	overflow:hidden;
	display:none;
	opacity: 0; 
	filter: alpha(opacity=0);
	margin:0px;
    padding:5px;
    background: #fff;
	border:1px solid #b70800;

}

.hotspot .hotspot_title{
	display:block;
    font-weight:bold;
	padding:0px 5px;
	padding-left:30px;
}
.hotspot .hotspot_text{
	display:block;
	padding:10px;
	color:#333;
	font-size:14px;
	font-weight:400;
}
.hotspot_icon{
	display:block;
	position:absolute;
	width:24px;
	height:24px;
	padding: 2px;
	left:0px;
	top:0px;
	cursor:pointer;
	z-index: 12;
}
.hotspot_icon img{
	vertical-align: top;
}
.hotspot.posr.expanded .hotspot_icon{
	right:0px;
	top:0px;
	left:auto;
}
.hotspot.posr.expanded .hotspot_title{
	padding:0px 5px;
	padding-right:30px;
}
.hotspot.posb.expanded .hotspot_icon{
	left:1px;
	top:auto;
	bottom:0;
}
.hotspot.posr.posb.expanded .hotspot_icon{
	left:auto;
	top:auto;
	bottom:0px;
	right:0px;
}
.hotspot_icon.plus{
    border:none;
}
.hotspot_icon.minus{
	background-image:url(../images/hotspot_min.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	top:-2px;
}

@-webkit-keyframes pulserR {
  0% { -webkit-transform: scale(0); opacity: 0; }
  18% { -webkit-transform: scale(0); opacity: 1; }
  50% {
    opacity: 1;
  }
  100% { -webkit-transform: scale(1.2); opacity: 0; }
}
@-ms-keyframes pulser {
  0% {
    -ms-transform: scale(0);
    opacity: 0;
  }
  18% {
    -ms-transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}

@keyframes pulserR {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  18% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.pulser {
  margin: 0 auto;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 10;
  background-color: #ff3333;
  opacity: 1;
  width: 48px;
  height: 48px;
  border: 5px solid #ff3333;
  border-radius: 48px;
  -webkit-animation: pulserR 2s linear infinite;
  animation: pulserR 2s linear infinite;
  border-image: initial;
}

.zoom_image{
	position:absolute;
	display:none;
	border:1px solid #b70800;
}
.zoom_image img{
	position:relative;
	display: block;
	z-index:200;
}

.image_shadow{
	position:absolute;
	left:0;
	top:0;
	z-index:210;
}
.hotspot_arrow{
	position:absolute;
	background-image:url(../images/arrow.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.label_hotspot {
    position:absolute;
    left:24px;
    top:2px;
    height:auto;
    width:auto;
    line-height:12px;
    padding:3px;
    background-color:#fff;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
    color:#000;
    border-radius: 5px;
    white-space: nowrap;
}
