		* { margin: 0px; }
		a:focus { outline:none; }
		body {
			margin: 0px;
			text-align: center;
			background:url(../images/background.jpg); 
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;	line-height:22px;
			color:#cccccc;
			padding:0px;
			}


		.stripViewer .panelContainer .panel ul {
			margin: 0px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; overflow: scroll; padding:0px;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 20px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0px;
			margin-left:30px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			padding:0px;
			margin-top:10px;
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			text-align: center;
			line-height: 25px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 10px;
		}
		
		.stripNav li.tab1 a { background: #222 }
		.stripNav li.tab2 a { background: #222 }
		.stripNav li.tab3 a { background: #222 }
		.stripNav li.tab4 a { background: #222 }
		.stripNav li.tab5 a { background: #222 }
		.stripNav li.tab6 a { background: #222 }
		.stripNav li.tab7 a { background: #222 }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			/*top: 230px;*/
			text-indent: -9000em;
		}
		
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: none;
		}
		
		.stripNavR {
			background: none;
		}

#mycustomscroll_careers {
/* Typical fixed height and fixed width example */
width:390px;
height:325px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: fixed;
margin-left:10px;
} 



.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
/* vscrollerbase is the div that holds the scrollbar (parent of vscrollerbar) */
width: 8px;
}

.vscrollerbar {
width: 8px;
}

.vscrollerbar {
background-color: #4f4f4f;
background-repeat: repeat-y;
background-position: -15px 0px;
}


.vscrollerbarbeg {
/* Top image holder for vertical scrollbar*/
background: url(basebarcaps_verticalbarbody1.png) -45px -30px no-repeat;
width: 15px;
height: 15px !important;
}

/* Following are for scrollbase images, may not always be required */

.vscrollerbase {
background-image: url(basebarcaps_verticalbarbody1.png);
background-repeat: repeat-y;
background-position: 0px 0px;
}

.vscrollerbasebeg {
/* Vertical scrollbar's base top-cap */
/* This may be used for holding the up arrow */
background: url(basebarcaps_verticalbarbody1.png) -30px -30px no-repeat;
width: 15px;
/* height of this element is normally auto set by the script to fit the scrollbase, to cover the base... */
height: 15px !important; /*  Safari BG repeat fix */
}


.paragraph
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;	
line-height:18px;
margin-right: 20px;
text-align:justify;
}

.paragraph a { color:#cccccc; text-decoration:none; }

.tableCareers
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;	
line-height:18px;
}

.restaurantsin_london_heading
{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#f48000;
font-weight:bold;
text-decoration:none;
line-height:22px;
}

.imgBorder { border:1px solid #333333; }