/* CSS Document */

		img { border: 0 }
		.stripViewer .panelContainer .panel ul { text-align: left; margin: 0px; }     		
		.slider-wrap { margin: 0; position: relative; width: 100%; }		
		.csw {width: 100%;}
		.csw .loading {text-align: center}
		/* ---------------------------------------------------	Cambie el valor del atributo WIDTH de 750px en auto ---------------------------------------------------	 */
		.stripViewer { position: relative; overflow: hidden; margin: auto; width: auto; height: auto; clear: both; }

		.stripViewer .panelContainer { position: relative; left: 0; top: 0; width: 100%; list-style-type: none; }
		.stripViewer .panelContainer .panel { float:left; height:auto; position: relative; width: 750px; }
		.stripViewer .panelContainer .panel .wrapper { padding: 0px; }
		
		.stripNav { margin:0; display:none; }
		.stripNav ul { list-style: none; display:none; }
		.stripNav ul li { float: left; margin-right: 2px; }
		
		.stripNav a { font-size: 10px; font-weight: bold; text-align: center; line-height: 32px; background: #c6e3ff; color: #fff; text-decoration: none;
						display: block; padding: 0 15px; }
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover { background: #333; }
		.stripNav li a.current { background: #000; color: #fff; }
		.stripNavL, .stripNavR { position: absolute; top: 138px; text-indent: -9000em; }
		
		.stripNavL a { display:block; height: 26px; width: 26px; background: url("../images/anterior.jpg") no-repeat center; left: -40px; position:absolute; z-index:2; }
		.stripNavR a{ display:block; height:26px; width:26px;  background: url("../images/siguiente.jpg") no-repeat center; left: 10px; position:absolute; z-index:2; }
		.stripNavL { display:block; top:10px; left: 0px; position:absolute; z-index:2; }
		.stripNavR { display:block; top:10px; right: 0px;  position:absolute; z-index:2; }
		
		/*.stripNavL { background: url("images/anterior.png") no-repeat center; width:40px; height:40px; }
		.stripNavR { background: url("images/siguiente.png") no-repeat center;  width:40px; height:40px; }*/


