#play {
	width:				16px;
	height:				16px;
	position:			absolute; 
	z-index:			90;
	cursor:				pointer;
	margin-top:			435px;
	margin-left:		890px;
	background:			url(../imagens/playPause.gif) right;
}

#stop {
	width:				16px;
	height:				16px;
	position:			absolute; 
	z-index:			90;
	cursor:				pointer;
	margin-top:			435px;
	margin-left:		890px;
	background:			url(../imagens/playPause.gif) left;
}

#slide {
	width:				910px; 
	height:				455px; 
	overflow:			hidden; 
	position:			absolute; 
	z-index:			80;
}

#slide a {
	text-decoration:	none; 
	display:			block; 
	width:				910px; 
	height:				455px; 
	position:			absolute; 
	left:				910px;
}

#slide a{
	cursor:				default;
}

#slide a{
	position:			absolute; 
	display:			block; 
	border:				0;
	z-index:			70;
}

#loading {
	position:			absolute; 
	left:				50%;
	margin-left:		-8px;
	margin-top:			220px;
	z-index:			60;
}

/*-- Inicio Setas --*/
#next{
	width:										26px; 
	height:										63px; 
	background:									url(../imagens/seta_right.png) no-repeat top; 
	position:									absolute; 
	margin-top:									200px;
	margin-left:								884px;
	cursor:										pointer;
	z-index:									90;
}

#previous{
	width:										26px; 
	height:										63px; 
	background:									url(../imagens/seta_left.png) no-repeat top; 
	position:									absolute; 
	margin-top:									200px;
	margin-left:								0px;
	cursor:										pointer;
	z-index:									90;
}

/*-- Fim Setas --*/

