/* http://www.ndoherty.com/coda-slider */

/* Centre's Navigation Arrows */
.slider-wrap {
	position: relative;
	width: 540px;
	float: left;
	background: #222;
}

/* While Slider Loads */
.csw {
	width: 100%; 
	height: 270px;
	background: #222;
	overflow: scroll;
}

.csw .loading {
	margin: 200px 0 300px 0; 
	text-align: center
}

/* The Viewing Window & Critical Border */
.stripViewer {
	position: relative;
	overflow: hidden; 
	border: 5px solid #222;
	margin: auto;
	width: 500px; /* Also specified in .stripViewer .panelContainer .panel */
	height: 270px;
	clear: both;
}

/* The Wide Housing Container  */
.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

/* End To End Panels */
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 500px; /* Also specified in .stripViewer */
}

/* Simply Panel Padding */
.stripViewer .panelContainer .panel .wrapper {
	padding: 10px;
}

/* JS Generated Strip Nav */
.stripNav {
	width: 100%;
	background: #222;
	position: absolute;
	bottom: -20px;
	right: 0;
}

/* JS Generated Links */
.stripNav ul {
	padding-right: 10px;
	list-style: none;
	float: right;
}

/* Change the Right Margin, so Change the JS navWidth */
.stripNav ul li {
	margin-right: 2px;
	margin-bottom: 2px;
	font-size: 1.2em;
	float: left;
}

/* Nav Links Style */
.stripNav a {
	text-align: center;
	line-height: 20px;
	display: block;
}

/* Class Level Nav Styles */

/*
.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 {
}

/* Also Use Main CSS */
.stripNav li a.current {
	color: #fff;
}

/* Left Right Navigation */
.stripNavL, .stripNavR {
	position: absolute;
	top: 0;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 280px;
	width: 20px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}
