/* -----------------------------------------------------------------
   Description: www.piira.se slideFX stylesheet
   Author: Niall Doherty (http://www.ndoherty.com)
   Date last updated/modified: 2009-03-15 by Robert Piira
----------------------------------------------------------------- */


		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 0 30px 0;
			position: relative;
			width: 920px;
			height: 410px;
			float: left;
			background: url(../images/panelbg.gif) no-repeat top left;
		}
		
		div.wrapper p {
			width: 280px; 
			text-align: justify; 
			text-justify: inter-word;
		}
		
		div.wrapper span a {
			border: none;
			width: 100px;
			background: #364854 url(../images/visit_site.png) no-repeat right -5px;
			padding: 0 25px 0 0;
			line-height: 25px;
			display: block;
			-moz-border-radius: 12px;
			-webkit-border-radius: 12px;
			color: #99b6c3;
			text-align: center;
			font-weight: bold;
			font-size: 11px;
		}
		
		div.wrapper span a:hover {
			background: #37383b url(../images/visit_site.png) no-repeat right -40px;
			color: #DDD;
		}
		
		div.wrapper img {
			width: 354px; float: left; padding-right: 95px;
		}
		
		div.wrapper div {
			float: left; width: 280px; margin-bottom: 300px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 920px; height: 410px; overflow: hidden; overflow-x: hidden;}
		.csw .loading {margin: 200px 0 250px 0; text-align: center}
		.csw img {padding-bottom: 50px; margin: -30px auto 0 auto;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 920px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 410px;
			clear: both;
			
		}
		
		.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%;
			height: 410px;
			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: 360px;
			position: relative;
			width: 920px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 40px 95px 0;
			height: 320px;
			overflow: hidden;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			/*
			position: absolute;
			left: 50%;
			bottom: 15px;
			*/
			position: relative;
			top: -35px;
			z-index: 100;
			min-width: 1px; /* ie7 fix? */
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 8px; /* 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: 20px;
			width: 20px;
			background: #37383b;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0;
			border: none;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		
		.stripNav li a:hover {
			background: #364854;
		}
		
		.stripNav li a.current {
			background: #9dada7;
			color: #37383b;
			cursor: default;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			bottom: 9px;
			text-indent: -9000em;
			z-index: 50;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 32px;
			width: 32px;
			border: none;
		}
		
		.stripNavL {
			left: 15px;
		}
		
		.stripNavR {
			right: 15px;
		}
		
		.stripNavL a {
			background: url("../images/arrow-left.gif") no-repeat;
		}
		
		.stripNavR a {
			background: url("../images/arrow-right.gif") no-repeat;
		}
		
		.stripNavR a, .stripNavL a {
			background-position: left -32px;
			}
			
			.stripNavR a:hover, .stripNavL a:hover {
			background-position: left 0;
			}
			
			
			
			
			
			
		
		