#botao2 {
	margin: 0px auto;
	cursor: pointer;
}
#botao2:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}


#slideshow {
	margin:0 auto;
	width: 540px;
	height: 326px;
	background: none;
	position:relative;
}
#slidesContainer {
	margin: 0px auto;
	width: 488px;
	height: 326px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	z-index: -99999999999;
	margin-left: 25px;
}
/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width: 55px;
	height: 55px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top: 130px;
	left:0;
	background: url(../img/control_left.png) top center no-repeat;
}
#rightControl {
	top: 130px;
	right:0;
	background: url(../img/control_right.png) top center no-repeat;
}

#leftControl:hover, #rightControl:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
body {
	background: none;
}
.slide img {
	float:right;
	margin:0 70px;
}