						* { margin: 0; padding: 0 }
						body{
							margin:0;
							padding:0;
							font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size: 0.8em;
							background-color: #ffffff;
							color: #555555;
						}
						#container{
							width:800px;
							margin: 10px auto;
							background-color: #e5e3e4;
							padding:0;
						}
						p{
							margin:0 10px 10px;
							line-height:1.4em;
						}
						a{
							color: #bf047e;
							padding:0px;
						}
						a:hover {
							text-decoration:none;
						}
						h2{
							color: #bfcf31;
							font-size: 1.1em;

							padding-top: 10px;
							padding-left: 10px;
							height:2.0em;
						}
						#header{
							background-image: url(images/header.jpg);
							background-repeat: no-repeat;
							background-position: center top;
							margin: 0;
							width: 800px;
							height: 110px;
						}
						#menu h2{
							padding-left:30px;
						}
						#menu ul{
							padding: 0;
							margin: 0;
							list-style: none;
							width: 200px;
							float: left;
							background-color: #e5e3e4;
							border-top: 2px solid #ffffff;
						}
						#menu ul li{
							border-bottom: 2px solid #ffffff;
						}

						#menu ul li a{
							text-decoration:none;
							display:block;
							width:170px;
							height:2.0em;
							padding-left: 30px;
							padding-top:10px;
						}

						#menu ul li a:hover{
							background-color: #d9c3cf;
							color:#ffffff;
						}
						#current{
							background: url(images/pointer.gif) no-repeat 10px;
						}
						#current ul li a:hover{
							background-color: #e5e3e4;
						}
						#content{
							float:right;
							width: 600px;
							background-color:#edebec;
							margin:0;
						}
						
						#footer{	
						  padding:0;
							clear:both;
							width:800px;
							height:40px;
							background:#734343 url(images/bottom.jpg) repeat-x top;
							color:#ffffff;
							text-align:center;
							margin:0;
						}


						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; }

						a:focus { outline:none }

						img { border: 0 }

						.slider-wrap h3 { border-bottom: 1px solid silver; margin-bottom: 15px; padding-bottom: 3px; text-align: left }



						.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 */
							margin: 20px 0;
							position: relative;
							width: 100%;
						}

						/* 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;
							border: 5px solid #734343; /* this is the border. should have the same value for the links */
							margin: auto;
							width: 500px; /* Also specified in  .stripViewer .panelContainer .panel  below */
							height: 320px;
							clear: both;
							background: #fff;
						}

						.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: 500px; /* Also specified in  .stripViewer  above */
						}
						.panel img{
							float:left;
							padding-right:10px;
						}

						.stripViewer .panelContainer .panel .wrapper { /* 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;
							background:#734343;
							padding-top:15px;
							height:83px;
							width:100%;
							padding-bottom:0;
							padding-left: 19px;
							padding-right:0;
							margin-bottom:10px;
							width:519px;
						}

						.stripNav ul { /* The auto-generated set of links */
							list-style: none;
						}

						.stripNav ul li {
							float: left;
							margin-right: 19px; /* 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: 57px;
							color: #fff;
							text-decoration: none;
							display:block;
							width:75px;
							padding: 0 0;
							border: 3px solid #734343;
							text-indent: -3000px;
						}

						.stripNav li.tab1 a { background: url(images/tecnifibre_web_t.jpg) no-repeat 0;}
						.stripNav li.tab2 a {background: url(images/jess_web_t.jpg) no-repeat 0;}
						.stripNav li.tab3 a { background: url(images/volaris_web_t.jpg) no-repeat 0;}
						.stripNav li.tab4 a { background: url(images/fabre_web_t.jpg) no-repeat 0;}
						.stripNav li.tab5 a { background: url(images/crazy_web_t.jpg) no-repeat 0;}

						.stripNav li a:hover {
							border: 3px solid #bf047e;
						}

						.stripNav li a.current {
							border: 3px solid #d97eb0;
						}

						.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: url("images/arrow-left.gif") no-repeat center;
						}

						.stripNavR {
							background: url("images/arrow-right.gif") no-repeat center;
						}
