/*************************************    ******************************/


/*
div.wrapper {
	width: 820px;
}
*/

/* if you are reading this, the below is the start of the css for the image and wrapper div for the panner - thats probably what you are interested in */

div#pan {
	border: #dddddd 1px solid;
	width: 320px;
	height: 430px;
	overflow: hidden;
}

/* and this is the end */

/* this is extra stuff for #pan to get the layout right for the eg - not necessary */
div#pan {
    left: 2px;
    top: auto;
    /*position:page;*/
    /*position:absolute;*/
    /*float:left;
    left:575px;
	z-index:9998;
	top: 9px;
    /*float: right;*/
  /*margin-bottom: 20px;*/
}

#zoomdivs{
    /*all:initial;*/
    direction:ltr;text-align:right;
    position:relative;
}
#prodIMG{
    /*top:auto !important;*/
}

.zoomdivClass {
    /*div pan ist child*/
    /*position:fixed;
	left:440px;height:460px;
	
	left:5px;
	z-index:9998;
	top: 9px;*/
}
/*
div.me {
	font-size: 12px;
	width: 400px;
	background-color: #eeeeee;
	border: #dddddd 1px solid;
	margin-bottom: 20px;
}

div.me img {
	float: left;
	margin-right: 20px;
}
*/
div#controls, div#output, div#images {
	/*width: 500px;*/
	border: #dddddd 1px solid;
	background-color: #eeeeee;
	/*padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;*/
}



div#controls a {
	display: inline-block;
	text-align: center;
	width: 90px;
	height: 40px;
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
}

div#controls a img {
	border: none;
	margin-bottom: 5px;
}

div#controls a:hover {
	text-decoration: underline;
}

div#output, div#images {
	/*height: 170px;*/
}

div#images {
	float: right;
  clear: right;
	margin-right: 0;
}


.ExpOverClass{
	font-family:Arial;
	font-size:12px;
	/*font-weight:bold;*/
	padding:3px;
	position:relative;
	text-align:left;
	border-color:#000;
	border-style:solid;
	border-width:thin;
	background-color:#F0F0F0;
	width:230px;
}
.hauptebene{
	cursor:pointer;
	padding:5px;
	text-align:center;
	position:relative;
	border-color:#000;
	border-style:solid;
	border-width:thin;
	background-color:#FFF2F2;
	margin-top:3px;
	}
.hauptebeneSelected{
	cursor:pointer;
	padding:5px;
	text-align:center;
	position:relative;
	border-color:#000;
	border-style:solid;
	border-width:thin;
	background-color:#abcdef;
	margin-top:3px;
	}
/*
div#mbrapaFoto{
	position:absolute;
	width:983px;
	height:989px;}
div#pfeil1{
	position:absolute;
	z-index:99999;
	}
*/

#pan{
    /*float:left;*/
}
#rightICpanel-popup {
    right: 0 !important;
    left: auto !important;
}
#rightICpanel {
    top:auto;
    width: 270px;
    border: 1px solid #000;
    border-right: none;
    background: rgba(0,0,0,.5);
    margin: -1px 0;
}
#rightICpanel .ui-btn {
    margin: 10px;
}
