.img {
	float: left;
	width: 124px;
	height: 85px;
	background-image: url(../images/schaduw_foto.png);
	overflow: hidden;
}

.img img {
	margin-left: 2px;
	margin-top: 1px;	
}

#boat_details {
	width: 890px;
	float: left;
}

#boat_details .navigation {
	float: left;
	width: 150px;
}

#boat_details .navigation h1 {
	float: left;
	clear: both;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;	
}

#boat_details .navigation a {
	float: left;
	clear: both;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;	
}

#boat_details .animation {
	float: left;
	width: 720px;
	margin-left: 10px;	
	text-align: center;
}

#boat_details .informationArea {
	float: left;
	margin-left: 160px;
	margin-top: 20px;
	width: 440px;
}

#boat_details .informationArea h1 {
	float: left;
	width: 240px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	padding: 0px;
	margin: 0px;	
}

#boat_details .informationArea h2 {
	float: left;
	clear: right;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;	
}

#boat_details .informationArea .info {
	float: left;
	width: 440px;
	margin-top: 20px;
}

#boat_details .informationArea .info .input {
	font-size: 13px; 
	float: left;
	padding-top: 5px;
	padding-bottom: 1px;
	border-bottom: 1px #000000 solid;
}

#boat_details .informationArea .info .input .inputDescription {
	float: left;
	width: 130px;
}

#boat_details .informationArea .info .input .inputValue {
	float: left;
	width: 200px;
}

#boat_details .views {
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	width: 280px;
}

#boat_details .thumbnails {	
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	width: 880px;
}

#boat_details .view {
	float: left;
	width: 100px;
	height: 80px;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 10px;
}

.view img {
	cursor: pointer;
}

.view #boatEven {
	margin-right: 20px;	
}

#boat_details .views #bigView {
	width: 260px;
	height: 200px;
}

#boat_details .views #bigView img {
	cursor: default;
}

