﻿		
		
img { border: 0 }
			
#slider {
background: none;
font-family: arial, serif;
font-size: 13px;
font-weight: normal;
letter-spacing: normal;
color: #fff;
float: right;
width: 390px;
height: 366px;
padding-top: 20px;
}



.panel {width: 340px; height: 366px; }

.finning { background: url(/images/finning.gif) no-repeat top left;}
.bending { background: url(/images/bending.gif) no-repeat top left;}
.quality { background: url(/images/quality.gif) no-repeat top left;}



.finning p, .bending p, .quality p {
padding: 60px 30px 0px 0px;
font-family: arial, serif;
font-size: 13px;
font-weight: normal;
letter-spacing: normal;
line-height: 30px;
color: #fff;
text-align:justify;
}

		
.stripViewer .panelContainer .panel ul {
text-align: left;
margin: 0 0px 0 30px;
}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
padding: 0px 0px 0px 0px;
position: relative;
margin: auto;
width: 390px;
height: 366px;

}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 219px; background: none; overflow: hidden; }
.csw .loading {margin: 0px 0 0px 0; text-align: center}

.stripViewer { /* This is the viewing window */
position: relative;
overflow: hidden; 
margin: auto;
width: 390px;
height: 366px;
background: 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;
position: relative;
width: 390px;
height: 366px;
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
padding: 0px 0px 10px 10px;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
margin: auto;
}
		
.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 */
color: #fff;
text-decoration: none;
display: none;
padding: 0 0px;
margin-top: -9000em;
}
		
		
.stripNav li a:hover {
background: #333;
}
		
.stripNav li a.current {
background: #000;
color: #fff;
}
		
.stripNavL, .stripNavR { /* The left and right arrows */
position: absolute;
top: 180px;
margin-right: 16px;
margin-left: 16px;
text-indent: -9000em;
}
		
		
.stripNavR a {
display: block;
height: 43px;
width: 95px;
}

.stripNavL a {
position: relative;
display: block;
height: 43px;
width: 95px;
}

		
.stripNavL {
left: 0px;
}
		
.stripNavR {
right: 0px;
}
		
.stripNavL {
background: url("/images/prev.gif") no-repeat center;
}
		
.stripNavR {
background: url("/images/next.gif") no-repeat center;
}

