/* SLIDES - TRAVELLER
_______________________________________________________________________________________________*/

/* TRAVELLER - SLIDES
_______________________________________________________________________________________________*/

.slides {
	position: relative; /* fix IE bug */
	width: 900px;
	margin-top: 5px;
	height: 266px;
	overflow: hidden;
	}

.slides li.slide {
	position: relative;
	width: 900px;
	height: 266px;
	}

.slideMod {
	background: url(../../img/interfaces/slides/traveller/slide-mod-traveller-bg.png) no-repeat top left;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 318px;
	height: 192px;
	padding: 5px 15px 0 15px;
	}

/* TRAVELLER - SLIDES NAVIGATION
_______________________________________________________________________________________________*/

ul#slidesNav {
	position: relative;
	width: 900px;
	padding-bottom: 5px;
	}

ul#slidesNav {
	position: relative; /* IE bug fix */
	width: 900px;
	margin: 6px 0 0 0;
	overflow: hidden;
	}

#content ul#slidesNav li.last {
	margin: 0;
	}

ul#slidesNav li {
	float: left;
	height: 52px;
	}

ul#slidesNav li a, ul#slidesNav li a:active {
	position: relative;
	height: 32px;
	padding: 10px 0;
	display: block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	}

ul#slidesNav li a.selected, ul#slidesNav li a.selected:hover, ul#slidesNav li a.selected:active {
	color: #232e50;
	cursor: default;
	}

/* TRAVELLER - SLIDES NAVIGATION - x4
_______________________________________________________________________________________________*/

ul#slidesNav.x4 li {
	width: 219px;
	margin: 0 8px 0 0;
	}

ul#slidesNav.x4 li a, ul#slidesNav.x4 li a:active {
	background: url(../../img/interfaces/slides/traveller/tabs/tabs-traveller-x4.gif) no-repeat top left;
	width: 219px;
	}

ul#slidesNav.x4 li a:hover {
	background: url(../../img/interfaces/slides/traveller/tabs/tabs-traveller-x4.gif) no-repeat bottom left;
	}

/*ul#slidesNav li a:active {
	background: url(../../img/tabs-traveller-x4.gif) no-repeat bottom right;
	}*/

ul#slidesNav.x4 li a.selected, ul#slidesNav.x4 li a.selected:hover, ul#slidesNav.x4 li a.selected:active {
	background: url(../../img/interfaces/slides/traveller/tabs/tabs-traveller-x4.gif) no-repeat top right;
	}


/* TRAVELLER - SLIDES NAVIGATION - x5
_______________________________________________________________________________________________*/

ul#slidesNav.x5 li {
	width: 176px;
	margin: 0 5px 0 0;
	}

ul#slidesNav.x5  li a, ul#slidesNav.x5 li a:active {
	background: url(../../img/interfaces/slides/traveller/tabs/tabs-traveller-x5.gif) no-repeat top left;
	width: 176px;
	}

ul#slidesNav.x5 li a:hover {
	background: url(../../img/interfaces/slides/traveller/tabs/tabs-traveller-x5.gif) no-repeat bottom left;
	}

ul#slidesNav.x5 li a.selected, ul#slidesNav.x5 li a.selected:hover, ul#slidesNav.x5 li a.selected:active {
	background: url(../../img/interfaces/slides/traveller/tabs/tabs-traveller-x5.gif) no-repeat top right;
	}
	
/* TRAVELLER - SLIDES NAVIGATION - x5
_______________________________________________________________________________________________*/
/* A bit of a hack */
#priority-parking, #priority-seating, #complimentary-drinks {
	display: none;
}


