.controlestart{
	width:570px;
	float:left;
	padding:2px;
	text-align:right
}
.slideshow { 
	height:auto; 
	width:570px; 
	float:left 
}
.slideshow img { 
	padding:5px; 
	border:1px solid #ccc; 
	background-color:#eee;
	float:left;
	max-width:570px;
	max-height:380px;
	text-align:center;
	/*width: expression( document.body.clientWidth > 569 ? "570px" : "auto" );*//* seta a max-width para o IE */
	height: expression( document.body.clientheight > 379 ? "380px" : "auto" ); }/* seta a max-height para o IE */
}
.container{
	width:570px;
	float:left;
}
.thumbs{
	float:left;
	width:141px;
	_width:132px;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin: 2px;
}
#containerthumbs{
	width:580px;
	float:left;
	display:inline;
}
#containerthumbs img{
	width:135px;
	_width:130px;
	margin: 2px;
}
.manual img { 
	padding:5px; 
	border:1px solid #ccc; 
	background-color:#eee;
	max-width:570px;
	_width:570px;
	max-height:380px;
	text-align:center;
}
#legenda{	
	width: 540px;
	display: inline;
	float:left;
	position:relative;
	background-color: #333;
	color: #fff;
	padding: 5px;
	margin: 10px;
    	bottom:10px;
	z-index:10;
	filter:opacity(alpha=60); /* para o IE */
    	-moz-opacity:0.6; /* para o FireFox */
    	opacity:0.6; /* para o outros Navegadores */
}
#legendamanual{	
	float:left;
	position:relative;
	display: inline;
	width: 520px;
	background-color: #333;
	color: #fff;
	padding: 5px;
	margin: -50px;
	margin-left: 10px;
	font-weight:bold;

	/*bottom:10px;*/
	z-index:10;
	filter: alpha(opacity=60); /* para o IE */
    -moz-opacity:0.6; /* para o FireFox */
    opacity:0.6; /* para o outros Navegadores */
}
.titulo{
	color: #666;
	float:left;
}
