/* CSS Document */
.cleanbox {
	display:block;
	background:url(../img/airplane-shows.png) no-repeat;
	height: 112px;
	width:543px;
}

.cleanbox .cb_top {
background:none;
}

.cleanbox .cb_bot {
background:none;
padding:1px;
}

.cleanbox .row {
clear:both;
display:block;
border:none;
}

.cleanbox .col {
float:left;
padding:1px 15px 0;
width:150px;
border-right:none;
}

.cleanbox .lastcol {
border-right:medium none;
}




