.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 10% 0 10%;
	padding:0;
	position: relative;
	width: 80%;
}


/* These 2 lines specify style applied while slider is loading ---------------------------DA FARE!!!!!!!!!!!!!!!!!!!!!!!*/
.csw {width: 100%; margin: 0 0 0 5px; height: 110px; background: transparent; overflow: scroll;float:left;display:inline;color:#fff;font-size:11px;}
.csw p.loading {margin: 5px 0 0 5px; text-align: center;float:left;display:block;}
.csw p.loading img {margin: 0px 5px 0 5px; display:block;border:none !important;}
.csw p.loading a img {border:none !important;}

.stripViewer { /* This is the viewing window */
    position: relative;
    overflow: hidden; 
    margin: 15px auto 0 auto;
    *margin: 0 auto 0 auto;
	padding:8px 0 0 0;
    width: 125px; /* Also specified in  .stripViewer .panelContainer .panel  below */
    height: 80px;
    clear: both;
	background: transparent;
}

.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;
	display:inline;
    width: 125px; /* Also specified in  .stripViewer  above */
    height:80px;
	text-align:center;
	font-size:11px;
	color:#fff;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
    padding: 0;
}

.stripViewer .panelContainer .panel .wrapper img {cursor:pointer; border:0;}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	width: auto;
	display:block;
	margin:0 auto;
	padding:0;
}

#formazioni .stripNav ul { /* The auto-generated set of links */
    list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display:inline;
}

#formazioni .stripNav ul li {
	margin: 0;
	padding: 0;
	float: left;
	display:inline;
    margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

#formazioni .stripNav a { /* The nav links */
    display: block;
    padding: 0;
	margin:0;
	width:6px;
	height:6px;
	-moz-outline:none;
	outline:none;
}

#formazioni .stripNav li.tab1 a { background: url("../images/light_point.gif") no-repeat top left; }
#formazioni .stripNav li.tab2 a { background: url("../images/light_point.gif") no-repeat top left; }
#formazioni .stripNav li.tab3 a { background: url("../images/light_point.gif") no-repeat top left; }
#formazioni .stripNav li.tab4 a { background: url("../images/light_point.gif") no-repeat top left; }
#formazioni .stripNav li.tab5 a { background: url("../images/light_point.gif") no-repeat top left; }
#formazioni .stripNav li.tab6 a { background: url("../images/light_point.gif") no-repeat top left; }
#formazioni .stripNav li.tab7 a { background: url("../images/light_point.gif") no-repeat top left; }
#formazioni .stripNav li.tab8 a { background: url("../images/light_point.gif") no-repeat top left; }

#formazioni .stripNav li a:hover, #formazioni .stripNav li a.current {
background: url("../images/dark_point.gif") no-repeat top left;
}

/* The left and right arrows */
.stripNavL { 
	position: absolute;
	top: 20px;
	left: 0;
	text-indent: -9000em;
	background: url(../images/big_arrow_sx.gif) no-repeat center center !important;
}

.stripNavR {
	position: absolute;
	top: 20px;
	right: 0;
	text-indent: -9000em;
	background: url(../images/big_arrow_dx.gif) no-repeat center center !important;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
	outline:none;
	-moz-outline:none;
}

