/*	#########################################################################	*/
/*	#	Stylesheet ImageMapArea												#	*/
/*	#########################################################################	*/

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

.imageMapAreaContainer
	{
	}

/*	#########################################################################	*/
/*	#	Parameters															#	*/
/*	#########################################################################	*/

.imageMapAreaContainer > .parameters
	{
     display: none;
	}

.imageMapContainer .image {
}

.imageMapContainer path {
  	fill: rgba(200,200,200,0.0);
  	stroke: rgba(200,200,200,0.1);
}

.imageMapContainer path:hover {
  	fill: 	rgba(0,0,0,0.3);
}
