/* NEW BOATS strip */

#new_boats_strip {
	float: left;
	width: 185px;
	padding-right: 10px;
	
}

#new_boats_strip .header {
	height: 41px;	
}

#new_boats_strip .boat {
	float:left;
	clear: both;
	margin-left: 10px;
	width: 165px;
	padding-top: 10px;
}

#new_boats_strip .boat .img {
	clear: both;
}

#new_boats_strip .boat h1 {
	float: left;
	clear: both;
	width: 165px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#new_boats_strip .boat h2 {
	float: left;
	clear: both;
	width: 165px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

#new_boats_strip .boat a {
	float: left;
	clear: both;
	width: 165px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
}


#new_boats_strip .middle .background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 185px;
	height: 100%;
	background-color: black;
	z-index: 1;
	/**/
}


#new_boats_strip .top {
	float: left;
	clear: both;
	width: 185px;
	height: 5px;	
	background-image: url(../images/new_boats_background/B_achtergrond_02.png);
}

#new_boats_strip .middle {
	position: relative;
	float: left;
	clear: both;
	
}

#new_boats_strip .middle .outerWrapper {
	position: relative;
	float: left;
	width: 185px;
	z-index: 2;	
}

#new_boats_strip .bottom {
	float: left;
	clear: both;
	width: 185px;
	height: 5px;	
	background-image: url(../images/new_boats_background/O_achtergrond_02.png);
}










