@charset "UTF-8";
#panorama{
	height:252px;
	width:500px;
	margin:auto;
	background-image:url(img/);
	margin-bottom:3px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border:solid 2px red;
	margin-bottom:3px;
	
}

.cap{
	margin:auto;
	padding:0px;
	width:500px;
	color:#690;
	font-size:12px;
}

#panorama:hover{
	cursor: hand;
}