﻿$(window).load(function() {
	/* Hotels small box alignment - Note too many selectos */
    $('#tb_leftcolumn .twothirds_column .twothirds_middle .twothirds_left:first div.boxcontent').
		add('#tb_leftcolumn .twothirds_column .twothirds_middle .twothirds_right:first div.boxcontent:last').
		alignbottom();
});