/*	#########################################################################	*/
/*	#	Stylesheet ImageMap													#	*/
/*	#########################################################################	*/

/*	#########################################################################	*/
/*	#	Container															#	*/
/*	#########################################################################	*/

.ImageMap {
  	position: relative;
}

.imageMapContainer
	{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
	}

/*	#########################################################################	*/
/*	#	SuperModel															#	*/
/*	#########################################################################	*/

.imageMapContainer > .superModel
	{
      display: none;
	}

/*	#########################################################################	*/
/*	#	Attributes															#	*/
/*	#########################################################################	*/

.imageMapContainer > .image
	{
    position: absolute;
    left: 0px;
    top: 0px;
	width: 100%;
    height: 100%;
    pointer-events: none;
	}

.imageMapContainer > .image > .value
	{
    width: 100%;
    height: 100%;
	}

/*	#########################################################################	*/
/*	#########################################################################	*/

.imageMapContainer > .areas
	{
	}

.imageMapContainer svg {
    position: absolute;
    left: 0px;
    top: 0px;
	right: 0px;
    bottom: 0px;
}