.destination {
	
}

.destination div.items {
	
}
	.destination div.items div.left {
		float: left;
		width: 220px;
	}
		.destination div.items div.left a img {
			float: left;
			background: #fff;
			padding: 5px;
		}
	.destination div.items div.right {
		margin-left: 230px;
	}
		.destination div.items div.right h2 {
			font-size: 1.454em;
			margin-bottom: 0.8em;
		}
			.destination div.items div.right h2 a {
				color: #c21733;
			}
			.destination div.items div.right h2 a.more {
				display: block;
				float: right;
				width: 43px;
				height: 16px; /*17*/
				padding-top: 1px;
				background: url('/dsg/button-more.gif') no-repeat top left;
				color: #fff;
				text-align: center;
				font-size: 0.6875em;
				font-weight: normal;
			}


.destination div.item {
	
}
	.destination div.item  img.picture {
		float: left;
		margin: 0 1em 1em 0;
		background: #fff;
		padding: 5px;
	}