#boxes {
	width: 500px;
	float: left;
	clear: none;
	background-color: #fff;
	min-height: 140px; 
	height: auto !important;
	height: 155px;
	font-size: 0.9em;
	line-height: 1.1;
}

#boxes a {
	color: #685c53;
	text-decoration: none;
}



#boxOne {
	min-width: 125px;
	max-width: 125px;
	min-height: 143px; 
	height: auto !important;
	height: 143px;
	float: left;
	clear: none;
	padding-top: 12px;
	background: url(../images/boxes_bg.png) top left no-repeat;
	background-position: 0 1px;
}

#boxOneHot {
	min-width: 125px;
	max-width: 125px;
	min-height: 143px; 
	height: auto !important;
	height: 143px;
	float: left;
	clear: none;
	padding-top: 12px;
	background: url(../images/boxes_bg.png) top left no-repeat;
	background-position: 0px -154px;
}

#boxOneHot:hover {
	background-position: 0px -309px;
}

#boxTwo {
	min-width: 125px;
	max-width: 125px;
	min-height: 143px; 
	height: auto !important;
	height: 143px;
	float: left;
	clear: none;
	padding-top: 12px;
	background: url(../images/boxes_bg.png) top left no-repeat;
	background-position: -125px 1px;
}

#boxTwoHot {
	min-width: 125px;
	max-width: 125px;
	min-height: 143px; 
	height: auto !important;
	height: 143px;
	float: left;
	clear: none;
	padding-top: 12px;
	background: url(../images/boxes_bg.png) top left no-repeat;
	background-position: -125px -154px;
}

#boxTwoHot:hover {
	background-position: -125px -309px;
}

#boxThree {
	min-width: 125px;
	max-width: 125px;
	min-height: 143px; 
	height: auto !important;
	height: 143px;
	float: left;
	clear: none;
	padding-top: 12px;
	background: url(../images/boxes_bg.png) top left no-repeat;
	background-position: -250px 1px;
}

#boxThreeHot {
	min-width: 125px;
	max-width: 125px;
	min-height: 143px; 
	height: auto !important;
	height: 143px;
	float: left;
	clear: none;
	padding-top: 12px;
	background: url(../images/boxes_bg.png) top left no-repeat;
	background-position: -250px -154px;
}

#boxThreeHot:hover {
	background-position: -250px -309px;
}

#boxFour {
	min-width: 125px;
	max-width: 125px;
	min-height: 143px; 
	height: auto !important;
	height: 143px;
	float: left;
	clear: none;
	padding-top: 12px;
	background: url(../images/boxes_bg.png) top left no-repeat;
	background-position: -375px 1px;
}

#boxFourHot {
	min-width: 125px;
	max-width: 125px;
	min-height: 143px; 
	height: auto !important;
	height: 143px;
	float: left;
	clear: none;
	padding-top: 12px;
	background: url(../images/boxes_bg.png) top left no-repeat;
	background-position: -375px -154px;
}

#boxFourHot:hover {
	background-position: -375px -309px;
}

#boxes p {
	text-align: center;
	width: 125px;
	padding: 1px 0px;
}

.destination {
	color: #685c53;
	font-size: 1em;
}

.from {
	font-style: italic;
	color: #958d86;
	font-size: 0.4em;
	padding: 0px 3px 0px 0px;
	vertical-align: top;
}

.flights {
	font-size: 0.65em;
	line-height: 0.9;
	color: #0099FF;
	padding: 8px 0px 0px 0px;
}

.accom {
	font-size: 0.75em;
	margin-top: 2px;
	color: #685c53;
}

.astar {
	color: #958d86;
	font-weight: normal;
}

.larger {
	font-weight: normal;
	font-size: 1.9em;
}

.larger a{
	text-decoration: none;
}