a:focus { outline:none }

div.ycodaslider {
    color: #000;
    width: 780px;
	height: 475px;
    margin: auto;
    text-align: center;
    padding-bottom: 0px;
	background: url("images-slider/slider-background.gif") ;background-repeat: no-repeat;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	 }
	 

	

div.ycodaslider div.yslider-wrap { 
    margin: 0px 0px 0px 0px;
    position: relative;
    width: 100%;
}


div.yslider-viewer { /* This is the viewing window */
    position: relative;
    border-bottom: 0px solid #66B5C6; /* this is the border. should have the same value for the links */
    margin: auto;
    height: 415px;
    clear: both;
    background: #fff;
    overflow: hidden; /* comment for debug */
    width: 710px;     /* 1000 for debug; Also specified in  div.yslider-viewer div.yslider-container div.yslider-panel  below */
}

div.yslider-viewer div.yslider-container { 
/* 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. */
}

div.yslider-viewer div.yslider-container div.yslider-panel { 
/* Each panel is arranged end-to-end */
    float:left;
    height: 100%;
    position: relative;
    width: 710px; /* Also specified in  div.yslider-viewer  above */
}
div.yslider-viewer div.yslider-container div.yslider-panel div.yslider-panelwrapper { 
/* Wrapper to give some padding in the panels, without messing with existing panel width */
   text-align: left;
   padding:8px;
}

.yslider-panelwrapper a { color:#3399CC; text-decoration:none;}
.yslider-panelwrapper a:visited { color:#3399CC; text-decoration:none;}
.yslider-panelwrapper a:hover {  text-decoration:underline; color:#E96E06;}

div.yslider-nav { /* This is the div to hold your nav (the UL generated at run time) */
    margin: auto;
}
div.yslider-nav ul { /* The auto-generated set of links */
    list-style: none;
    margin: 0; padding: 0;/* RESET */ 
}
div.yslider-nav ul li {
    float: left;
    margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
    list-style-type:none;
}
div.yslider-nav a { /* The nav links */
    font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    text-align: center;
    line-height: 30px;
    background: #c6e3ff;
    color: #3A7B89;
    text-decoration: none;
    display: block;
    padding: 0 6px;
	visibility:hidden;
}
div.yslider-nav a:hover {
    background: #9cf;
	color:#3A7B89;
}

div.yslider-nav a.current {
    background: #39c;
    color: #ffffff;
}
div.yslider-navl, div.yslider-navr { /* The left and right arrows */
    position: absolute;
    top: 447px;
    text-indent: -9000em;
}
div.yslider-navl a, div.yslider-navr a {
    display: block;
    height: 30px;
    width: 30px;
}
div.yslider-navl {
    left: 0;
}
div.yslider-navr {
    right: 0;
}
div.yslider-navl {
    background: url("images-slider/arrowleft.gif") no-repeat center;
}
div.yslider-navr {
    background: url("images-slider/arrowright.gif") no-repeat center;
}

/* Slider */

	    a:focus { outline:none }
	    .stripViewer .panelContainer .panel ul {
			
			margin:0;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
		    background: url("images-slider/slider-background.gif") ;background-repeat: no-repeat;
			width: 780px;
		    height: 475px;

		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 475px; background: #fff; overflow: hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0; 
			margin: auto;
			width: 710px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 415px;
			clear: both;
	        background: #FFFFFF;
		}
		
		.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: 710px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .swrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 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 */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
			visibility:hidden;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 447px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 30px;
			width: 30px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			 background: url(images-slider/arrowleft.gif) no-repeat center;
		}
		
		.stripNavR {
			 background: url(images-slider/arrowright.gif) no-repeat center;
		}

