@charset "UTF-8";
/* CSS Document */
.stripViewer .panelContainer .panel .wrapper a img {
	border:none
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
}
.loadingimage {
	float:left;
	margin:150x 0 0 280px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	width:720px;
	display:block;
	position:relative;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width:670px;
	height: 261px;
	overflow:hidden;
}
.csw .loading {
	text-align: center
}
.stripViewer { /* This is the viewing window */
	display:block;
	overflow: hidden;  /* this is the border. should have the same value for the links */
	margin:0 auto;
	width: 720px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height:186px;
	clear: both;
	position:relative;
}
.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. */
	overflow:hidden;
	width:720px;
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height:261px;
	display:block;
	width:720px;/* Also specified in  .stripViewer  above */
	overflow:hidden;
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
overflow:hidden;
width:720px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	/*float: right;
	display:block;
	height:53px;
	width:720px; */
}

.stripNav a { /* The nav links */
	font-size:9px;
	font-weight:normal;
	text-align: center;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	margin:0 5px 0 0;
	display: block;
	padding:3px 6px 3px 6px;
}
.stripNav li a {
	background: #990;
}
.stripNav li a:hover {
	background: #4e5e1b;
}
.stripNav li a.current {
	background: #4e5e1b;
	color : #fff;
}
.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: url("images/arrow-left.gif") no-repeat center;*/
}
.stripNavR {
	/*background: url("images/arrow-right.gif") no-repeat center;*/
}
#stripNav0 { /* This is the div to hold your nav (the UL generated at run time) */
	top: 168px;
	position: absolute;
	left:640px;
	z-index:10;
	
}

#stripNav0 ul li {
	/*float: left;  If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	width:15px;
	height:15px;
	background: url(../img/images/ajaxx.png) no-repeat;
	display:block;
	float:left;
	margin-right:5px;
}
#stripNav0 ul li a {
	background: none;
	font-weight:bold;

}
