.csw {width: 780px; height: 255px; overflow: hidden; 
	background-color: #fff;
}

.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer {position: relative; overflow: hidden; margin: auto; width: 790px; margin-top: 20px;/* probabilmente buggerà in IE - fare debug*/height: 255px; clear: both; background: url(../img/bg.jpg) no-repeat;border: 1px solid #d3d3d3;}


		
.stripViewer .panelContainer {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: 790px;}
		
		
.stripNav { display: none }

.stripNavR { display: none } 

.stripNavL { display: none }


