#slideshow {
	width:350px;
	height:262px;
	line-height:262px;
	overflow:hidden;
	border: 3px solid #769a30;
	text-align:center;
	vertical-align:middle;
}

#slideshow_controles {
	position:relative;
	width:356px;
	height:21px;
	line-height:21px;
	background-image:url(images/bg_botoes_slide.jpg);
	background-repeat:repeat-x;
}

#slide_voltar {float: left;}
#slide_avancar {float: right;}
#slide_pausar_play {
	float:left;
	text-align:center;
	width:45%;
}

.clr {clear:both;}