#slide { position: absolute; top: 50px; left: 0; width: 100%; height: 290px; overflow: hidden; }

	#slide .slideshow { position: relative; width: 100%; height: 295px; margin: 0 0 50px 0; }
		#slide .slideshow h1 { font-family: ScriptMTBold, serif; width: 650px; height: 53px; position: absolute; top: 50px; left: 0; color: #ffffff; font-size: 45px; font-weight: bold; overflow: hidden; text-shadow: 3px 3px 3px #000000; }
		#slide .slideshow .separator { height: 7px; width: 650px; display: block; position: absolute; top: 110px; left: 0; background: transparent url(../../../../../src/img/slide/separator.png) repeat-x; }
		#slide .slideshow p { position: absolute; top: 130px; left: 10px; color: #ffffff; font-size: 14px; text-shadow: 1px 1px 2px #000000; width: 630px; line-height: 20px; height: 101px; overflow: hidden; text-align: justify; }
		#slide .slideshow img { position: absolute; right: 30px; top: 30px; max-height: 230px; max-width: 230px; border-radius: 10px; box-shadow: 2px 2px 5px #000000; }

	#slide .slideshow_buttons { position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 30px; }
		#slide .slideshow_buttons img { float: left; margin: 0 5px; cursor: pointer; }