/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Page style
*/


#container {
	width: 385px;
	position: relative;
	z-index: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
}


/*
	Slideshow
*/

#products {
		width: 500px;
	background-color: #00CC66;

	margin-left: auto;
	margin-right: auto;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#products .slides_container {
	width: 385px;
	overflow: hidden;
	float: left;
	position: relative;
	display: none;
	margin-left: auto;
	margin-right: auto;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container  {
	width:385px;
	height:260px;
	display:block;
}

/*
	Next/prev buttons
*/

#products .prev {
	position: absolute;
	top: 100px;
	left: 0;
	width: 30px;
	height: 0px;
	overflow: hidden;
	display: block;
	z-index: 101;
	margin-left: -34px;
	background: url(../imagens/galeria/btn_prev.png);
	padding-top: 72px;
}

#products .next {
	position: absolute;
	width: 30px;
	height: 0px;
	overflow: hidden;
	display: block;
	z-index: 101;
	margin-left: -11px;
	left: 398px;
	background: url(../imagens/galeria/btn_next.png);
	top: 100px;
	padding-top: 78px;
}

.titulos_galeria {
	font-family: 'Merienda One', cursive;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-top: 26px;
	margin-bottom: 5px;
	width: 385px;
	height: 70px;
	background-image: url(../imagens/localizacao_titulo_bg.png);
	position: absolute;
	background-repeat: no-repeat;
	z-index: 200;
	margin-top: 230px;
}