.linkbarContainer { 
	/* border-top-color: white; 
	border-top-style: solid; 
	border-top-width: 1px; */
	z-index: 200; 
	position: absolute; 
	left: 15px; 
	top: 522px; 
	/*height: 120px;*/ 
	width: 886px; 
	padding: 0px; 
	margin: 0px; 
	}

/*
#lbcGenre {
	top: 602px;
	}
	
#lbcHotel {
	left: 14px;
	top: 468px;
	width: 872px;
	height: 18px;
	border-top-style: none;
	}
*/

.linkbar {
	position: relative;
	float: left;
	display: block;
	
	}
	
.linkbarItem {
	position: relative;
	display: block;
	float: left;
	margin-right: 4px;
	margin-bottom: 3px;
	}

#lbcHotel .linkbarItem { margin-right: 8px; }
	
.linkbarItem img {
	border: none;
	}
	
#navbar .linkbar { 
	margin-left: 15px;
	}
	
.navbarItem { 
	position: relative;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 6px; 
	}
	
.navbarItem img { border: none; }
.noTopMargin { margin-top: 4px; }

	