



.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */

float:left;

	position: relative;

	width: 550px;

}

.stripViewer { /* This is the viewing window */

	position: relative;

	overflow: hidden;

	width: 520px; 

	height: auto;

	clear: both;

}

.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%;

	width: 510px;



}

.panel p{margin-left:15px; text-align:justify;}

.stripViewer .panelContainer .panel .quebra { padding: 10px; }

.stripNav { margin: 0px; margin-bottom:15px; }

.stripNav ul {

width:450px;

	margin:0px;

	padding:0px;

	list-style: none;

}

.stripNav ul li {

width:60px;

	display:inline;

	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 liks */

	font-size: 10px;

	font-weight: bold;

	text-align: center;

	line-height: 25px;

	height:30px;

	color: #333;

	text-decoration: none;

	display: block;

	padding: 0 15px;

}

.stripNav li a { background:url(../img/fundo_ano.gif) no-repeat; text-decoration:none;  color:#333; }

.stripNav li a:hover { background:url(../img/fundo_ano2.gif) no-repeat;  color:#000; }

.stripNav li a.current {

	background:url(../img/fundo_ano3.gif) no-repeat;

	color:#000000;
}

.stripNavL, .stripNavR { /* The left and right arrows */

	position: absolute;

	top: 230px;

	text-indent: -12000em;

	overflow:hidden;

}

.stripNavL a, .stripNavR a {

	display: block;

	height: 40px;

	width: 40px;

}

