		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 }

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin:0 15px 0 30px;
		}
				
		#slider1, #slider2{overflow:hidden}
		#slider1 img{
			margin:0;
			width:94px;
			height:119px;
			border-bottom:2px solid #fff;
			border-top:2px solid #fff;
			border-left:3px solid #fff;
			border-right:2px solid #fff}
		
					
		#slider2 img{
			margin:0;
			width:77px;
			height:93px;
			border-bottom:2px solid #fff;
			border-top:2px solid #fff;
			border-left:3px solid #fff;
			border-right:2px solid #fff;
			float:left}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position:absolute;
			top:-10px;
			background:url(../images/bgBox2.jpg) repeat-x 0 0;
			height: 461px;
			width:960px;
			padding-top:30px;
			z-index:2;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width:300px; height: 60px; overflow:hidden}
		#blocco_sx .csw {width:300px; height: 60px; overflow: hidden}
		.csw .loading, #blocco_sx .csw .loading {margin:0; text-align: center}
		
		
		
		.stripViewer { /* This is the viewing window */
			position:relative;
			overflow:hidden; 
			/*border: 5px solid #000; /* this is the border. should have the same value for the links */
			margin:0;
			width:300px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height:123px;
			clear:both;
			/*background: #fff;*/
		}

		#blocco_sx .stripViewer { /* This is the viewing window */
			position:relative;
			overflow:hidden; 
			/*border: 5px solid #000; /* this is the border. should have the same value for the links */
			margin:0;
			width:250px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height:123px;
			clear:both;
			float: left;
			margin:15px 0 0 80px!important;
			margin:15px 0 0 40px;
			/*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: 300px; /* Also specified in  .stripViewer  above */			
		}
		
		
		#blocco_sx .stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 300px; /* Also specified in  .stripViewer  above */			
		}
		
		
		.stripNav{ /* This is the div to hold your nav (the UL generated at run time) */
			position: absolute;
			top:0px;
			left:0px;
			display:none}
		
		.stripNav ul{ /* The auto-generated set of links */
			list-style: none}
		
		.stripNav ul li{
			margin-bottom:0;
			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:11px;
			color:#000;
			text-decoration:none;
			display:block;
			padding:0 10px;
			float:left}

		.stripNav li a:hover{color:#ea1c24}
		.stripNav li a.current{color:#ea1c24}
		
		
		#blocco_sx .stripNavL, #blocco_sx .stripNavR { /* The left and right arrows */
			position: absolute;
			top:280px;
			text-indent:-9000em}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top:90px;
			text-indent:-9000em}
		
		.stripNavL a, .stripNavR a{display:block}
		
		
		#blocco_sx .stripNavL{left:50px}
		
		#blocco_sx .stripNavR{right:0px}
		
		.stripNavL{left:10px}
		.stripNavR{right:10px}
		
		.stripNavL a{background: url(../images/arrow-left.png) no-repeat  0 0; width:8px; height:61px; overflow:hidden}	
		.stripNavL a:hover{background: url(../images/arrow-left.png) no-repeat   0 -61px; width:8px; height:61px}	
		.stripNavR a{background: url(../images/arrow-right.png) no-repeat 0 0; width:8px; height:61px;overflow:hidden}
		.stripNavR a:hover{background: url(../images/arrow-right.png) no-repeat   0 -61px; width:8px; height:61px}	
		