.col_dx .photogallery .photo {
	position: relative;
	height: 350px;
}
.col_dx .photogallery .photo img {
	position: absolute;
	top: 0; left: 0;
	width: 350px;
	height: 350px;
}

/**Navigator */
.col_dx .navigator {
	width: 350px;
	height: 65px;	
	margin-top: 8px;
	overflow: hidden;
}
.col_dx .navigator img.prev, .col_dx .navigator img.next {
	float: left;
	position: relative;
	top: 2px; left: 0;
	cursor: pointer;
}
.col_dx .navigator .pagination {
	float: left;
	width: 256px;
}
.col_dx .navigator .pagination p {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 16px;
	text-align: center;
	line-height: 0;
}
.col_dx .navigator .pagination p img {
	margin: 3px 0 !important;
}

.montagna .col_dx .navigator p { color: #27a22d; }
.estero .col_dx .navigator p { color: #ee7f01; }
.mare .col_dx .navigator p { color: #009ee0; }
