@import url("banners.css");
#container, #content {
	padding: 0;
}
#container {
	padding-top: 17px;
}
#content {
	float: left;
	clear: none;
	width: 380px;
	padding: 0 20px 0 0;
}
#featured-content {
	height: 340px;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	width: 540px;
	height: 340px;
	background: #000;
	overflow: hidden;
}
.csw .loading {
	padding: 140px 0 0;
	text-align: center;
	height: 180px;
}
.stripViewer { /* This is the viewing window */
	background: url("../img/style/bg-featured-content.gif") no-repeat;
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 540px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 340px;
	float: right;
	clear: none;
}
.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: 340px;
	position: relative;
	width: 540px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	float: right;
	clear: none;
}
.stripNav ul { /* The auto-generated set of links */
	background: url("../img/style/bg-nav-featured.gif") repeat-x;
	list-style: none;
	width: 540px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.stripNav ul li {
	float: left;
}
.stripNav li a { /* The nav links */
	display: block;
	text-align: center;
	line-height: 32px;
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
}

.stripNav li a:hover {
	background: #746103 url("../img/style/bg-nav-featured-over.gif") repeat-x;
}
.stripNav li a.current {
	background: #E8C105 url("../img/style/bg-nav-featured-current.gif") repeat-x;
	color: #000;
}