#listShrink {
	display: none;
	position: absolute; 
	left: 0px;
	top: 240px;
	width: 100px;
	height: 20px;
	background-color: white;
	opacity: 1.00;
}
#listSpread {
	position: absolute; 
	left: 0px;
	top: 360px;
	width: 160px;
	height: 180px;
	background-color: white;
	border-radius: 5px;
	text-align: center;
}

#listShrink_iPad {
	display: none;
	position: absolute; 
	left: 0px;
	top: 240px;
	width: 100px;
	height: 20px;
	background-color: white;
	opacity: 1.00;
}
#listSpread_iPad {
	position: absolute; 
	left: 0px;
	top: 240px;
	width: 200px;
	height: 380px;
	background-color: white;
	border-radius: 5px;
	text-align: center;
}
