.cruise {
	position: relative;
	display: block;
	height: 180px;
	margin-bottom: 20px;
	padding: 20px;
	cursor: pointer;
}
.cruise span {
	display: none;
}
	.mystery {
		background: url(../../images/cruises/mysteryIcon.png) no-repeat 0px 0px;
	}
		.mystery:hover {
			background: url(../../images/cruises/mysteryIconOver.png) no-repeat 0px 0px;
		}
	.jazz {
		background: url(../../images/cruises/jazzIcon.png) no-repeat 0px 0px;
	}
		.jazz:hover {
			background: url(../../images/cruises/jazzIconOver.png) no-repeat 0px 0px;
		}
	.riverlifedinner {
		background: url(../../images/cruises/riverlifedinnerIcon.png) no-repeat 0px 0px;
	}
		.riverlifedinner:hover {
			background: url(../../images/cruises/riverlifedinnerIconOver.png) no-repeat 0px 0px;
		}
	.riverlifelunch {
		background: url(../../images/cruises/riverlifelunchIcon.png) no-repeat 0px 0px;
	}
		.riverlifelunch:hover {
			background: url(../../images/cruises/riverlifelunchIconOver.png) no-repeat 0px 0px;
		}
	.holidaymatinee {
		background: url(../../images/cruises/holidaymatineeIcon.png) no-repeat 0px 0px;
	}
		.holidaymatinee:hover {
			background: url(../../images/cruises/holidaymatineeIconOver.png) no-repeat 0px 0px;
		}

	.barbershop {
		background: url(../../images/cruises/barbershopIcon.png) no-repeat 0px 0px;
	}
		.barbershop:hover {
			background: url(../../images/cruises/barbershopIconOver.png) no-repeat 0px 0px;
		}

	.pianoStravaganza {
		background: url(../../images/cruises/pianoStravaganzaIcon.png) no-repeat 0px 0px;
	}
		.pianoStravaganza:hover {
			background: url(../../images/cruises/pianoStravaganzaIconOver.png) no-repeat 0px 0px;
		}
	.fathersday {
		background: url(../../images/cruises/fathersdayIcon.png) no-repeat 0px 0px;
	}
		.fathersday:hover {
			background: url(../../images/cruises/fathersdayIconOver.png) no-repeat 0px 0px;
		}
	.mothersday {
		background: url(../../images/cruises/mothersdayIcon.png) no-repeat 0px 0px;
	}
		.mothersday:hover {
			background: url(../../images/cruises/mothersdayIconOver.png) no-repeat 0px 0px;
		}
	.moonlight {
		background: url(../../images/cruises/moonlightIcon.png) no-repeat 0px 0px;
	}
		.moonlight:hover {
			background: url(../../images/cruises/moonlightIconOver.png) no-repeat 0px 0px;
		}

	.tropical {
		background: url(../../images/cruises/tropicalIcon.png) no-repeat 0px 0px;
	}
		.tropical:hover {
			background: url(../../images/cruises/tropicalIconOver.png) no-repeat 0px 0px;
		}
	.holidaydinner {
		background: url(../../images/cruises/holidaydinnerIcon.png) no-repeat 0px 0px;
	}
		.holidaydinner:hover {
			background: url(../../images/cruises/holidaydinnerIconOver.png) no-repeat 0px 0px;
		}
	.fallfoliagelunch {
		background: url(../../images/cruises/fallfoliagelunchIcon.png) no-repeat 0px 0px;
	}
		.fallfoliagelunch:hover {
			background: url(../../images/cruises/fallfoliagelunchIconOver.png) no-repeat 0px 0px;
		}
.instructions {
	font-style: italic;
	font-size: 18px;
}

.cruisepic {
	margin-bottom: 20px;
}
