@charset "utf-8";
/* CSS Document */
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		
		
		.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: 10px 0;
	position: relative;
	width: 266px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 266px;
	height: 200px;
	overflow: hidden
}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 266px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 205px;
	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: 266px;
	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: 266px; /* Also specified in  .stripViewer  above */
		}
		.csw .loading {
	height: 200px;
	width: 266px;
	background-image: url(../images/ajax-loader.gif);
	position: relative;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */

		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin-left: 2px;

		}
		
		.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 20px;
	width: 266px;
		}
		
		.stripNav ul li {
	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 */
		}
		
		.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	background-image: url(../layout/botoes.png);
	background-position: right -52px;
	width: 27px;
	height: 20px;
		}
		
.stripNav li a:hover {
	background-position: right 0px;
}
.stripNav li a.current {
	background-position: right -26px;
}
.stripNavL  a, .stripNavR  a, .stripPlay  a, .stripPause a{
	height: 26px;
	width: 35px;
	background-image: url(../layout/botoes.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
}		
.stripPlay a {
	width: 27px;
	background-position: -70px -26px;
	margin-right: 4px;
	margin-left: 3px;
}
.stripPause a {
	width: 27px;
	background-position: -97px -26px;
	margin-right: 4px;
	margin-left: 3px;
}				
.stripNavR a {
	background-position: -35px -26px;
}		
.stripNavL a {
	background-position: 0px -26px;
}
.stripNavR a:hover {
	background-position: -35px 0px;

}		
.stripNavL a:hover {
	background-position: 0px 0px;
}
.stripPlay a:hover {
	background-position: -70px 0px;
}	
.stripPause a:hover {
	background-position: -97px 0px;
}	

