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

* { 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/ */
		
		
		
	
		
		
		
		
		.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
	padding-top: 20px;	
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 780px;
	background-image: url(/images/slider.jpg);
	float: left;
	height: 337px;
	padding-right: 80px;
	padding-left: 80px;
		}

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

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			
			margin: auto;
			 /* Also specified in  .stripViewer .panelContainer .panel  below */
			
			clear: both;
			
		}
		
		.panelContainer img {
	margin-top: -10px;	
				
		}
		
		.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;
			 /* Also specified in  .stripViewer  above */
		}
		
		
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	position: absolute;
	top: 0px;
	
	z-index: 2;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-indent: -10000px;
	margin-right: 10px;
	margin-top: 15px;
	
		}
		
		.stripNav li.tab1 a {
	background: url(./images/panel1-t.jpg) no-repeat;
	height: 60px;
	width: 60px;
	border: 3px solid #999999;
}
		.stripNav li.tab2 a {
	background: url(./images/panel2-t.jpg) no-repeat;
	height: 60px;
	width: 60px;
	border: 3px solid #999999;
}
		.stripNav li.tab3 a {
	background: url(./images/panel3-t.jpg) no-repeat;
	height: 60px;
	width: 60px;
	border: 3px solid #999999;
}
		.stripNav li.tab4 a {
	background: url(./images/panel4-t.jpg) no-repeat;
	height: 60px;
	width: 60px;
	border: 3px solid #999999;
}
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
	border: 3px solid #000000;
		}
		
		.stripNav li a.current {
	border: 3px solid #003399;
		}
		
		.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-image: url(/js/images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -80px;
	margin-left: 10px;
		}
		
		.stripNavR {
	background-image: url(/js/images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -80px;
	margin-right: 10px;
		}
		
	.spcerslider {
	height: 30px;
	
	clear: both;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
	height: 337px;
	width: 780px;
		}
.panelimage {
	float: left;
	height: 337px;
	width: 461px;
}

.paneltext {
	float: left;
	height: 219px;
	width: 300px;
	margin-top: 100px;
	margin-right: 19px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

.tabby1 {
	background: url(./images/panel1-t.jpg) no-repeat;
	height: 60px;
	width: 60px;
		border: 2px solid #999999;
	display: block;
	float: left;
}
	.tabby2 {
	background: url(./images/panel2-t.jpg) no-repeat;
	height: 60px;
	width: 60px;
	display: block;
	float: left;	border: 2px solid #999999;
}
		.tabby3 {
	background: url(./images/panel3-t.jpg) no-repeat;
	height: 60px;
	width: 60px;
	display: block;
	float: left;	border: 2px solid #999999;
}
		.tabby4 {
	background: url(./images/panel4-t.jpg) no-repeat;
	height: 60px;
	width: 60px;
	display: block;
	float: left;	border: 2px solid #999999;
}


.tabbyholder {
	height: 60px;
	width: 500px;
	position: absolute;
	z-index: 1000;
	left: 50px;
}

.karmic_flow_container {
	overflow: hidden;
	position: relative;
	/* optional */
	width: 780px;
	height: 337px;
}

.karmic_flow_slider, .karmic_flow_slider li {
	list-style:none;
	margin: 0;
	padding: 0;
}

.karmic_flow_slider {
	overflow: hidden; 
	position: relative;
	
	/* optional */
	margin-left: 0;
}

.karmic_flow_slider li {
	float: left;
	position: relative;
	overflow:hidden;
}

.karmic_flow_slide_overflow {
	/* optional */
	/*overflow:auto;*/
}

.karmic_flow_sliding .karmic_flow_slide_overflow {
	overflow:hidden;
}

.karmic_flow_sliding object, .karmic_flow_sliding embed {
	display: none;
}

.karmic_flow_controller_selected {
	color: #663300 !important;
	border: 2px solid #000000;
}

.karmic_flow_controller {
	/* optional */

	text-decoration: none;
	text-indent: -10000px;
	margin-right: 10px;
	margin-top: 20px;
}


.karmic_flow_prev_controller {
	display: block;
	float: left;
	line-height: 10em;
	width: 32px;
	height: 32px;
	overflow:hidden;
	color:#000;
	background-image: url(/images/dot.gif);
	position: absolute;
	top: 150px;
	left: 15px;
}

.karmic_flow_next_controller
{
	display: block;
	float: left;
	line-height: 10em;
	width: 32px;
	height: 32px;
	overflow:hidden;
	color:#000;
	background-image: url(/images/dot.gif);
	position: absolute;
	top: 150px;
	left: 890px;
}

.karmic_flow_next_controller {
	
}

.karmic_flow_play_controller {
	
}

.karmic_flow_pause_controller {
	background:url(../i/layout/Knob%20Pause.png) !important;
}
