/* @override 
http://www.tween-waters.com/01site/css/coda.css
*/

	
	* { margin: 0; padding: 0 }
	/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
	
	noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
	noscript a { color: #a00; text-decoration: underline }
	noscript ol { margin-left: 25px; }
	
	a:focus { outline:none }

 
	
.stripViewer .panelContainer .panel ul {
text-align: left;
margin: 0 15px 0 30px;
	}
	
	.slider-wrap {
		position: relative;
		width: 100%;
	float: left;
	z-index: 0;
}

#home .stripNav{
	display: none;
} 

#cross-links {
	padding-left: 261px;
	text-align: center;
	display: block;
	position: absolute;
	top: 733px;
}

	/* These 2 lines specify style applied while slider is loading */
	.csw {width: 100%; height: 547px; background: #fff; overflow: scroll}
	.csw .loading { text-align: center;
	margin: 200px 0 300px;
}


	.stripViewer { /* This is the viewing window */
		position: relative;
		overflow: hidden;
		width: 960px; /* Also specified in  .stripViewer .panelContainer .panel  below */
		height: 559px;
		clear: both;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

	
	.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%;
		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 { /* Each panel is arranged end-to-end */
		float:left;
		height: 100%;
		position: relative;
		width: 960px;
}
	

	.stripViewer .panelContainer .panel .wrapper {
	padding: 10px;
}

	.stripNav {
	position: absolute;
	z-index: 1;
	top: 370px;
	left: -7px;
	font-weight: bold;
	background-image: url(../images/slider_tabs_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
	.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	height: 42px;
	width: 960px;
}
	
	.stripNav ul li {
	float: left;
	width: 137px;
	background: url(../images/slider_separator.gif) no-repeat;
}
	
	.stripNav a {
	height: 25px;
	width: 137px;
	display: block;
	padding-top: 6px;
}

/* 
	
	.stripNav li.tab1 a {
		padding-top: 11px;
	height: 33px;  
}
	.stripNav li.tab2 a {
		padding-top: 11px;
	height: 33px;
}
	.stripNav li.tab3 a {
		padding-top: 11px;
	height: 33px;
}
	.stripNav li.tab4 a {
		padding-top: 11px;
	height: 33px;

}
	.stripNav li.tab5 a {
		padding-top: 11px;
	height: 33px;
}
	.stripNav li.tab6 a {	
	padding-top: 11px;
	height: 33px;
	}	
		.stripNav li.tab7 a {	
	padding-top: 11px;
	height: 33px;
	} */
	
	
	.stripNav li a:hover {
	background-image: url(../images/swoosh.gif);
	background-repeat: no-repeat;
	background-position: center;
}
	
	.stripNav li a.current {
	/*background-color: #cee8ef;
	text-transform: uppercase;*/
	font-weight: bold;
}	
	.stripNavL, .stripNavR { /* The left and right arrows */
		position: absolute;
		top: 230px;
		text-indent: -9000em;
	}
	
	.stripNavL a, .stripNavR a {
		display: block;
		height: 40px;
		width: 40px;
	}
	
	.stripNavL {
		left: 0;
	}
	
	.stripNavR {
		right: 0;
	}
	
	.stripNavL {
	background-position: center;
	background-repeat: no-repeat;
}
	
	.stripNavR {
	background-position: center;
	background-repeat: no-repeat;
}
	


