.ui-stackmenu {
	position: relative;
}

.ui-stackmenu-item {
	position: absolute;
}

#info {
			position: absolute;
			top: 80px;
			right: 50px;
			color: #666;
		}
	
		#info p {
			font-size: 30px;
			margin: 0;
			position: relative;
			left: 50px;
		}
		
		#info p.download {
			font-size: 20px;
			margin-top: .5em;
		}
		
		#info a {
			text-decoration: none;
			padding: 0 5px;
			color: #fff;
			border-bottom: 2px dotted #43cdf0;
			line-height: 90%;
			display: inline-block;
			margin-right: .3em;
		}
		
		#info a:hover {
			background-color: #3bb3d1;
		}
		
		#stack {
	width: 64px;
	height: 64px;
	padding: 0;
	position: relative;
		}
		
		
		#stack .trigger {
	position: absolute;
	z-index: 50;
	height: 64px;
	width: 64px;
	padding: 0px;
	left: 0;
	top: 0;
	cursor: pointer;
			
			
		}
		
		#stack ul {
	position: absolute;
	top: 0;
	left: 18px;
	height: 40px;
	width: 18px;
	bottom: 0;
	margin: 0;
	padding: 0;
		}
		
		#stack ul li {
			display: block;
			padding: 0px;
			width: 32px;
			height: 32px;
			margin: 6px 0;
		}
		
		#stack ul li .title {
			display: none;
		}
		
		#stack ul li a:hover .title {
			display: block;
			position: absolute;
			right: 38px;
			top: 0px;
			padding: 8px 8px;
			height: auto;
			font-size: 11px;
			background-color: #666;
			color: #fff;
			font-family: Arial, sans-serif;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			
		}
#stack ul li img {		}
#stack ul li a:hover img,
#stack ul li a:hover .title {		}		
#stack .trigger {	}
