#pano-list {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10000;
}
#pano-list .toggle {
	background: url(http://www.dorfmuensterland.com/360/images/iphonebutton.png) -160px 0px no-repeat;
	display: block;
	height: 0 !important;
	overflow: hidden !important;
	padding-top: 40px;
	width: 40px;
}
#pano-list .toggle:hover {background: url(http://www.dorfmuensterland.com/360/images/iphonebutton.png) -160px -40px no-repeat;}
#pano-list .toggle.expanded {background: url(http://www.dorfmuensterland.com/360/images/iphonebutton.png) -200px 0px no-repeat;}
#pano-list .toggle.expanded:hover {background: url(http://www.dorfmuensterland.com/360/images/iphonebutton.png) -200px -40px no-repeat;}

#pano-list ul {
	margin: 0;
	padding: 0;
}
#pano-list li {
	margin: 0 4px 4px 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	float: left;
	border: 1px solid #fff;
	height: 72px;
	width: 72px;
}
#pano-list li img {
	cursor: pointer;
}
