
body
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ediso-panorma-container
{
	/*position:relative;*/
	overflow: hidden;
	text-align:center;
	cursor: url(img/cursors/openhand.cur), move;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.ediso-panorma-container-closehand
{
	cursor: url(img/cursors/closedhand.cur), move;

}


.ediso-panorma-container img
{
	display:block;
	margin-left: auto;
	margin-right:auto;
	
}


#ediso-panorma-left
{
	z-index: 9;
	position:absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width:10%;
	
	cursor:url(img/cursors/cursor_arrow_left.cur), move ;
}

#ediso-panorma-right
{
	z-index: 9;
	position:absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 10%;

	cursor:url(img/cursors/cursor_arrow_right.cur), move ;
}

#ediso-panorma-top
{
	z-index: 10;
	position:absolute;
	left: 0;
	richness: 0;
	height: 10%;
	top: 0;
	right: 0;
	
	cursor:url(img/cursors/cursor_arrow_top.cur), move ;
}

#ediso-panorma-bottom
{
	z-index: 10;
	position:absolute;
	left: 0;
	richness: 0;
	height: 10%;
	bottom: 0;
	right: 0;
	
	cursor:url(img/cursors/cursor_arrow_bottom.cur), move ;
}


#ediso-panorma-tl
{
	height: 10%;
	width: 10%;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 11;
	
	cursor: url(img/cursors/cursor_arrow_tl.cur), move ;
}

#ediso-panorma-tr
{
	height: 10%;
	width: 10%;
	position:absolute;
	right: 0;
	top: 0;
	z-index: 11;
	
	cursor: url(img/cursors/cursor_arrow_tr.cur), move ;
}

#ediso-panorma-bl
{
	height: 10%;
	width: 20%;
	position:absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	
	cursor: url(img/cursors/cursor_arrow_bl.cur), move ;
}

#ediso-panorma-br
{
	height: 10%;
	width: 20%;
	position:absolute;
	right: 0;
	bottom: 0;
	z-index: 11;
	
	cursor: url(img/cursors/cursor_arrow_br.cur) , move ;
}

#ediso-panorma-holder
{
	z-index: 1;
	width: 999999999px;
}

#ediso-panorma-holder img
{
}

.ediso-panorma-holder-class
{
	position:relative;
	float:left;
}

#ediso-panorma-dragoverlay
{
	position:absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 8;
}
