@charset "UTF-8";
/* StripViewer CSS */

.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 */
	position: relative;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 40px;
	height: 364px;
	border-bottom-width: 46px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll;
}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

	.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 900px;
	clear: both;

	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 320px;
		}
		
		.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: 900px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding-top: 32px;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 16px;
		}
		
	.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
	.stripNav ul li {
	float: left;
	}
		
		.stripNav a { /* The nav links */
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-top: 0;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	margin-bottom: 0px;
		}
		
		.stripNav a:hover {
	color: #ACE600;
		}
		
		.stripNav a.current {
	color: #ACE600;
	background-image: url(images/nav_bg_anime.gif);
	background-repeat: no-repeat;
	background-position: bottom;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
	visibility: hidden;
		}
.slider-wrap #slider1 .panelContainer .panel .wrapper p {
	line-height: 1.4em;
	margin-left: 0.5em;
}
