@charset "utf-8";

#packages_btn {
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	float:left;
	height:40px;
	margin-right:1px;
	width:121px;
}

.packages_btn {
	background:url(../../images/en/left_search_cat_btn1.gif);	
}

.packages_btn:hover, .packages_btn_selected {
	background:url(../../images/en/left_search_cat_btn1.gif) 0px 40px;
}


#flights_btn {
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	float:left;
	height:40px;
	margin-right:1px;
	width:121px;
}

.flights_btn {
	background:url(../../images/en/left_search_cat_btn2.gif);
}

.flights_btn:hover, .flights_btn_selected {
	background:url(../../images/en/left_search_cat_btn2.gif) 0px 40px;
}


#cruises_btn {
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	float:left;
	height:40px;
	margin-right:1px;
	width:121px;
}

.cruises_btn {
	background:url(../../images/en/left_search_cat_btn3.gif);
}

.cruises_btn:hover, .cruises_btn_selected {
	background:url(../../images/en/left_search_cat_btn3.gif) 0px 40px;
}


#lastminute_btn {
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	float:left;
	height:40px;
	margin-right:1px;
	width:121px;
	color:#FFF;
}

.lastminute_btn {
	background:url(../../images/en/left_search_cat_btn4.gif);
}

.lastminute_btn:hover, .lastminute_btn_selected {
	background:url(../../images/en/left_search_cat_btn4.gif) 0px 40px;
}

