/* CSS Document */

		
		.stripViewer .panelContainer .panel ul { text-align: left; margin: 0px; }     		
		.slider-wrap { float:left; margin:10px 0 0 0; position: relative; width:900px; }		
		.csw {width:900px;}
		.csw .loading {text-align: center; font:12px Arial, Helvetica, sans-serif; color:#333333; }
		.stripViewer { position: relative; overflow: hidden; margin: auto; width:870px; height: auto; clear: both; }

		.stripViewer .panelContainer { position: relative; left: 0; top: 0; width:870px; list-style-type: none; }
		.stripViewer .panelContainer .panel { float:left; height:auto; position: relative; width: 870px; }
		.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 { cursor:pointer; display:block; height: 130px; width: 36px; background: url("../images/left.jpg") no-repeat center; left: -30px; position:absolute; z-index:2; }
		.stripNavR a{ cursor:pointer; display:block; height:130px; width:36px;  background: url("../images/right.jpg") no-repeat center; right: -30px; position:absolute; z-index:2; }
		.stripNavL { display:block; top:80px; left: 0px; position:absolute; z-index:2; }
		.stripNavR { display:block; top:80px; 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; }*/

