.dto {
	display: table;
	width: 100%;
}

.dto ul {
	display: table;
	width: auto;
	float: left;
	clear: none;
}

.panoram-cont {
	text-align: center;
	display: block;
	width: 45%;
	margin: auto;
	float: right;
	clear: none;
	display: block;
}

.panoram-img {
	border: 3px solid #CCCCCC;
	margin-bottom: 5px;
}

.panoram-cont img {
	margin: auto;
}

.panoram-cont div {
	text-align: center;
}

.panoram-cont a {
	display: inline;
	margin: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #555500;
}

.panoram-cont a:HOVER {
	text-decoration: underline overline;
}