#slideshow { width: 100%; height: 350px; }
	#slideshow #body { background-image: url(../../../../../src/img/slideshow/bg.png); height: 274px; position: relative; overflow: hidden; }
	#slideshow #bottom { background-image: url(../../../../../src/img/slideshow/bottom.png); height: 40px; }
	#slideshow #shadow { background-image: url(../../../../../src/img/slideshow/shadow.png); height: 36px; }

/*Conteudo Slide*/
#slideshow #body .slideshow { width: 930px; position: relative; height: 254px; display: block; margin: 10px; overflow: hidden;  }
	#slideshow #body .slideshow .img { float: left; height: 100%; display: block; background-color: #FFFFFF; width: 254px; border-radius: 10px; }
		#slideshow #body .slideshow .img img { width: 100%; height: 100%; border-radius: 10px; }
	#slideshow #body .slideshow .details { float: right; width: 656px; height: 100%; }
		#slideshow #body .slideshow .details .title { width: 100%; height: 50px; margin: 10px 0 0 0; }
			#slideshow #body .slideshow .details .title h2 { font-family: Gabrielle, serif; text-shadow: 3px 3px 5px #000000; color: #89b705; font-size: 30px; }
		#slideshow #body .slideshow .details .right { width: 100%; margin: 15px 0 0 0; height: 50px; }
			#slideshow #body .slideshow .details .right p { font-family: Arial, serif; font-style: italic; text-shadow: 3px 3px 5px #000000; color: #ffffff; font-size: 12px; }
		#slideshow #body .slideshow .details .bottom { height: 114px; margin: 15px 0 0 0; }
			#slideshow #body .slideshow .details .bottom .list { float: left; width: 500px; border: none; height: 100%; }
				#slideshow #body .slideshow .details .bottom .list ul li { list-style-image: url(../../../../../src/img/slideshow/li.png); margin: 0 0 0 35px; vertical-align: middle; }
					#slideshow #body .slideshow .details .bottom .list ul li p { font-family: Arial, serif; font-style: italic; text-shadow: 3px 3px 5px #000000; color: #ffffff; padding: 5px; font-size: 12px; }
			#slideshow #body .slideshow .details .bottom .more { float: right; width: 146px; border: none; height: 100%; }
			#slideshow #body .slideshow .details .bottom .more a { font-family: Gabrielle, serif; font-weight: bold; font-size: 30px; color: #ffffff; text-decoration: none; display: block; width: 143px; height: 38px; background-image: url(../../../../../src/img/slideshow/more.png); text-align: center; vertical-align: middle; margin: 60px 0 0 0; }
			#slideshow #body .slideshow .details .bottom .more a:hover { text-decoration: underline; }
#slideshow #bottom .slideshow_buttons { margin: 0 auto; border: none; height: 40px; width: 90%; text-align: center; }
	#slideshow #bottom .slideshow_buttons img { float: right; margin: 12px 5px; cursor: pointer; }