		/* CSS Document */
		a:focus { outline:none }
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 145px; background: #fff; overflow: hidden}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}
		
	
		
		.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: 2500px;
			list-style-type: none;
		
			/* -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 .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display:none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			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;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
		}
		
		.stripNavL a {
	display: block;
	height: 14px;
	width: 65px;
	float: left;
	background-image: url(/img/nav-previous.png);
		}
		
		.stripNavR a {
	display: block;
	height: 14px;
	width: 65px;
	float: right;
	background-image: url(/img/nav-next.png);
		}
		
		
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
			/*left: 640px;*/
		}
		
		#home-top-row-content h5 {
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
	padding: 2px;
	background-color: #000000;
		}
		
		
		.panel {
		}

img.float-left {
	float:left;
	margin-right: 10px;
}
img.float-right {
	float:right;
	margin-left: 10px;
}
.wrapper {
	padding:0;
}
.panelContainer {
	left:0;
	list-style-type:none;
	position:relative;
	top:0;
	width:100%;
}
.panel {
	float:left;
	height:160px;
	position:relative;
	width:480px;

}
.home-top-row-content {
	border:medium none;
	width: 480px;
	line-height: 14px;
}
.home-top-row-content img{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.top-row-content-left p, .top-row-content-right p, .top-row-content-centre p{
	font-size: 11px;
	margin-top: 5px;
}
.top-row-content-left {
	float:left;
	width:238px;
	padding: 1px;
}
.top-row-content-centre {
	width:auto;
	padding: 0px;
}
.top-row-content-centre a, .top-row-content-centre a:hover {
	font-weight: normal;
	text-decoration: none;
}

.top-row-content-right {
	float:right;
	width:238px;
	padding: 1px;
}
.top-row-content-left h3, .top-row-content-right h3, .top-row-content-centre h3{
	background-image: url(/img/black-fill.png);
	padding: 3px;
}

.stripNavL {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
.stripNavR {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider-wrap {
	margin:0;
	position:relative;
	width:100%;
}
.stripViewer {
	clear:both;
	height:160px;
	overflow:hidden;
	position:relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
