.nano {
	
	height: 231px;
	width: 220px;
	margin: auto;
	*position: fixed;
	*top:114px;
	*display:none;
}
.small.nano {
	background: #ffa;
	height: 100px;
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
}
