html, body{
height: 100%
}
#pano{
	position: relative;
	width: 936px;
	min-height: 700px;
	height:auto !important;
	height:100%;
	margin-top: 18px;
	background: #fff;
	margin-left:132px;
	padding-top:61px;
	border-top:  1px dashed #ccc ;
  
  
}
#left_pano{
	position: absolute;
	top: -1px;
	left: 0;
	width: 132px;
	min-height: 600px;
	height: 100%;
	background: #313131;
	margin-left:-132px;
	
}

#right_pano{
	position: absolute;
top: -1px;
left: 936px;
	width: 132px;
	min-height: 600px;
	height: 100%;
	
	
	border-left:  1px solid #313131 ;
	border-top:  1px dashed #ccc ;
	
	background:#adb924;
	
	 
}

<!--

#outer_container, #imagePan{height:300px; width:900px;}
#outer_container{margin:70px auto 0 auto; padding:4px; border:8px solid #dadada;}
#imagePan{position:relative; overflow:hidden; cursor:crosshair;}
#imagePan .containerpan{position:relative; left:0;}
-->
