		* { 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;
		}
		
		.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: 400px; 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: 0px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 613px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			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;
			position: relative;
			width: 613px;
			 /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 1px;
		}
		
		.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;
			padding-left:5px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* 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: normal;
			text-align: center;
			font-family:arial,verdana;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
					padding: 0px;
		}
		
		.stripNav li.tab1 a,	.stripNav li.tab2 a,	.stripNav li.tab3 a,	.stripNav li.tab4 a,	.stripNav li.tab5 a,	.stripNav li.tab6 a{
			float: left;
			margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			width:98px;
			height:30px;
			color: #333;
			line-height:100%;
			vertical-align:top;
			
			
		}
		.stripNav li.tab1 a{
			background: url(images/1.jpg) no-repeat scroll;
			
		}
		.stripNav li.tab2 a{
			background: url(images/2.jpg) no-repeat scroll;
		}
		.stripNav li.tab3 a{
			background: url(images/3.jpg) no-repeat scroll;
		}
		.stripNav li.tab4 a{
			background: url(images/4.jpg) no-repeat scroll;
		}
		.stripNav li.tab5 a{
			background: url(images/5.jpg) no-repeat scroll;
		}
		.stripNav li.tab6 a{
			background: url(images/6.jpg) no-repeat scroll;
		}
		.stripNav li.tab1 a.current {
			background: url(images/1a.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.tab2 a.current {
			background: url(images/2a.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.tab3 a.current {
			background: url(images/3a.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.tab4 a.current {
			background: url(images/4a.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.tab5 a.current {
			background: url(images/5a.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.tab6 a.current {
			background: url(images/6a.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		
		/*------------------------en--------------------------*/
		.stripNav li.en_tab1 a,	.stripNav li.en_tab2 a,	.stripNav li.en_tab3 a,	.stripNav li.en_tab4 a,	.stripNav li.en_tab5 a,	.stripNav li.en_tab6 a{
			float: left;
			margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			width:98px;
			height:30px;
			color: #333;
			line-height:100%;
			vertical-align:top;
			
			
		}
		.stripNav li.en_tab1 a{
			background: url(images/1_en.jpg) no-repeat scroll;
			
		}
		.stripNav li.en_tab2 a{
			background: url(images/2_en.jpg) no-repeat scroll;
		}
		.stripNav li.en_tab3 a{
			background: url(images/3_en.jpg) no-repeat scroll;
		}
		.stripNav li.en_tab4 a{
			background: url(images/4_en.jpg) no-repeat scroll;
		}
		.stripNav li.en_tab5 a{
			background: url(images/5_en.jpg) no-repeat scroll;
		}
		.stripNav li.en_tab6 a{
			background: url(images/6_en.jpg) no-repeat scroll;
		}
		.stripNav li.en_tab1 a.current {
			background: url(images/1a_en.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.en_tab2 a.current {
			background: url(images/2a_en.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.en_tab3 a.current {
			background: url(images/3a_en.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.en_tab4 a.current {
			background: url(images/4a_en.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.en_tab5 a.current {
			background: url(images/5a_en.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.en_tab6 a.current {
			background: url(images/6a_en.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		/*---------------end en---------------*/
		
		/*------------------------cs--------------------------*/
		.stripNav li.cs_tab1 a,	.stripNav li.cs_tab2 a,	.stripNav li.cs_tab3 a,	.stripNav li.cs_tab4 a,	.stripNav li.cs_tab5 a,	.stripNav li.cs_tab6 a{
			float: left;
			margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			width:98px;
			height:30px;
			color: #333;
			line-height:100%;
			vertical-align:top;
			
			
		}
		.stripNav li.cs_tab1 a{
			background: url(images/1_cs.jpg) no-repeat scroll;
			
		}
		.stripNav li.cs_tab2 a{
			background: url(images/2_cs.jpg) no-repeat scroll;
		}
		.stripNav li.cs_tab3 a{
			background: url(images/3_cs.jpg) no-repeat scroll;
		}
		.stripNav li.cs_tab4 a{
			background: url(images/4_cs.jpg) no-repeat scroll;
		}
		.stripNav li.cs_tab5 a{
			background: url(images/5_cs.jpg) no-repeat scroll;
		}
		.stripNav li.cs_tab6 a{
			background: url(images/6_cs.jpg) no-repeat scroll;
		}
		.stripNav li.cs_tab1 a.current {
			background: url(images/1a_cs.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.cs_tab2 a.current {
			background: url(images/2a_cs.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.cs_tab3 a.current {
			background: url(images/3a_cs.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.cs_tab4 a.current {
			background: url(images/4a_cs.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.cs_tab5 a.current {
			background: url(images/5a_cs.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.cs_tab6 a.current {
			background: url(images/6a_cs.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		/*---------------end cs---------------*/
		/*------------------------de--------------------------*/
		.stripNav li.de_tab1 a,	.stripNav li.de_tab2 a,	.stripNav li.de_tab3 a,	.stripNav li.de_tab4 a,	.stripNav li.de_tab5 a,	.stripNav li.de_tab6 a{
			float: left;
			margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			width:98px;
			height:30px;
			color: #333;
			line-height:100%;
			vertical-align:top;
			
			
		}
		.stripNav li.de_tab1 a{
			background: url(images/1_de.jpg) no-repeat scroll;
			
		}
		.stripNav li.de_tab2 a{
			background: url(images/2_de.jpg) no-repeat scroll;
		}
		.stripNav li.de_tab3 a{
			background: url(images/3_de.jpg) no-repeat scroll;
		}
		.stripNav li.de_tab4 a{
			background: url(images/4_de.jpg) no-repeat scroll;
		}
		.stripNav li.de_tab5 a{
			background: url(images/5_de.jpg) no-repeat scroll;
		}
		.stripNav li.de_tab6 a{
			background: url(images/6_de.jpg) no-repeat scroll;
		}
		.stripNav li.de_tab1 a.current {
			background: url(images/1a_de.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.de_tab2 a.current {
			background: url(images/2a_de.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.de_tab3 a.current {
			background: url(images/3a_de.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.de_tab4 a.current {
			background: url(images/4a_de.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.de_tab5 a.current {
			background: url(images/5a_de.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		.stripNav li.de_tab6 a.current {
			background: url(images/6a_de.jpg) no-repeat scroll;
			width:98px;
			height:30px;
			color: #333;
		}
		/*---------------end de---------------*/
		.bg_top{
			background: url(images/box_bg_top.jpg) no-repeat scroll;			
			width:613px;
			height:9px;

		}
		.bg_bottom{
			background: url(images/box_bg_bottom.jpg) no-repeat scroll;			
			width:613px;
			padding: 0;  
		    margin:  0;  
			height:14px;	
		}
		.bg_content{
			
			background: #E7D5BD url(images/box_bg.jpg) repeat-x scroll;
			width:613px;
			padding: 0;  
			margin:  0;  
		}
		.bg_bottom_shade{
			background: url(images/box_shade.jpg) no-repeat scroll;			
			width:613px;
			height:38px;			
		    padding: 0;  
		    margin:  0;  
		}
		
		
		
		.code_loader1{
			background:url(images/1a.jpg);
			width:98px;
			height:30px;
			margin-left:-3000px;
			
		}
		.code_loader2{
			background:url(images/2a.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
			
		}
		.code_loader3{
			background:url(images/3a.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader4{
			background:url(images/4a.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader5{
			background:url(images/5a.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader6{
			background: url(images/6a.jpg);
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		
		
		
		.code_loader1de{
			background:url(images/1a_de.jpg);
			width:98px;
			height:30px;
			margin-left:-3000px;
			
		}
		.code_loader2de{
			background:url(images/2a_de.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader3de{
			background:url(images/3a_de.jpg);
			margin-left:-3000px;
			width:98px;
			height:30px;
			
		}
		.code_loader4de{
			background:url(images/4a_de.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader5de{
			background:url(images/5a_de.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader6de{
			background: url(images/6a_de.jpg);
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		
		
		.code_loader1en{
			background:url(images/1a_en.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader2en{
			background:url(images/2a_en.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader3en{
			background:url(images/3a_en.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader4en{
			background:url(images/4a_en.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader5en{
			background:url(images/5a_en.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader6en{
			background: url(images/6a_en.jpg);
			width:98px;
			height:30px;
			margin-left:-3000px;
		}

		
		.code_loader1cs{
			background:url(images/1a_cs.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader2cs{
			background:url(images/2a_cs.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader3cs{
			background:url(images/3a_cs.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader4cs{
			background:url(images/4a_cs.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader5cs{
			background:url(images/5a_cs.jpg);
			
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
		.code_loader6cs{
			background: url(images/6a_cs.jpg);
			width:98px;
			height:30px;
			margin-left:-3000px;
		}
			

