.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap {
	margin: 20px 0;
	position: relative;
	width: 100%;
}
.csw {width: 100%; height: 261px; background: #fff; overflow: hidden}
.csw .loading {margin: 130px 0 140px 0; text-align: center}
.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 480px;
	min-height: 261px;
	clear: both;
	background: #fff;
}
* html .stripViewer {height:261px;}
.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 480px;
}
.stripViewer .panelContainer .panel .wrapper {
	padding: 0px;
}
#navegacao {
	display:block;
	height:29px;
	background:url(../Imagens/botao_left.png) no-repeat;
	cursor:pointer;
	margin:0 0 25px 0;
}
#navegacao div.finalNavegacao {
	background:url(../Imagens/botao_right.png) top right no-repeat;
	display:block;
	height:29px;
}
#navegacao ul {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	padding:0 0 0 10px;
}
#navegacao ul li {
	float:left;
	margin:4px;
}
#navegacao ul li a {
	float:left;
	display:block;
	padding:1px 6px;
	background:#fff;
	border:1px #ccc solid;
	border-right:2px #ccc solid;
	border-bottom:2px #ccc solid;
}
#navegacao ul li a:hover {
	float:left;
	display:block;
	padding:1px 6px;
	background:#fff;
	border:1px #ccc solid;
	border-right:2px #ccc solid;
	border-bottom:2px #ccc solid;
	background:#1A6389;
	color:#fff !important;
	text-decoration:none;
}
#navegacao ul li a.current {
	float:left;
	display:block;
	padding:1px 6px;
	background:#fff;
	border:1px #ccc solid;
	border-right:2px #ccc solid;
	border-bottom:2px #ccc solid;
	background:#1A6389;
	color:#fff;
	text-decoration:none;
}
#navegacao a.controle {
	padding:0 0 0 30px;
	background:url(../Imagens/controle_player.gif) 7px 2px no-repeat;
	display:block;
	float:left;
	width:120px;
	height:20px;
}
#navegacao a.play {
	background:url(../Imagens/controle_player.gif) 7px -18px no-repeat;
}
#navegacao a.lerMais {
	padding:7px 0 5px 30px;
	background:url(../Imagens/menu_mais.gif) 7px 1px no-repeat;
	display:block;
	float:right;
	width:120px;
	overflow:hidden;
}
