@charset "utf-8";

		body { font-family: Calibri, Verdana; }
		a:link{	color:#666666; text-decoration:none } 
		a:visited{ color:#666666; text-decoration:none }
		a:hover{ color:#EE510C; text-decoration:none }
		a:active{ color:#f00000; text-decoration:none }
		.lied_header { max-width:300; overflow: hidden;	}
		.lied_main_section {background-color: white; width: 100%; height: 600;}
		.table_mwald_txtnlogo { table-layout:fixed; margin-left: auto; margin-right: auto; }
		.td_mwald_txt { width:250px; padding-top:7px; font-variant:small-caps; font-size:150%; color:#EE510C}
		.footer { width:100%; background-color:#DDDDDD; }
		.fsize90light { font-size:90%; font-weight:lighter; }
		.fsize100light { font-size:100%; font-weight:lighter; }
		.hslider { position:relative; left: 0px; transition-property: left; transition-duration: 6s; transition-timing-function: ease-in-out; }
		.sliderArrow { position: absolute; opacity: 0.6;}
		.sliderArrow:hover { opacity: 1.0;}		
		.bookshowListItem { padding-right: 10px; display: inline-block; vertical-align: top; border:0px dotted #66CCFF;}
		.bookshowListItemImage { height: 340px; }
		.bookSubscript { font-family: Calibri; font-size:small}
		.contentTable { margin-left: auto; margin-right: auto; margin-top: 180px; margin-bottom: 50px; }
		#mwald_logo {padding-top: 10px}
		#hdrSlidArrowLft { }
		#hdrSlidArrowLft:hover { }
		#hdrSlidArrowLftSVG { filter: drop-shadow(0px 0px 3px white); }
		#hdrSlidArrowRghtSVG { filter: drop-shadow(0px 0px 3px white); }
		#missionStatementOuter { position: absolute; top: 390px; left: 0px; width:100%; text-align: center}
		#missionStatement {  background-color: rgb(242,242,242, 0.8); padding: 30px 100px; font-size:120%; width:60ch; margin-left: auto; margin-right: auto; text-align: left;}
		#bookListContainer { max-width:1200px; border: 0px solid green; overflow: hidden; margin-left: auto; margin-right: auto;}
		#bookList  {width: 24000px; margin: 20px; padding-left: 1px}
		#booksCaption { color: white; background-color: #7DC5F7; padding: 10px 30px; font-variant: small-caps; border-radius:5px }
		.dropshadow {
				  -moz-box-shadow: 5px 5px 5px #aaa; /* Old Firefox*/
				  -webkit-box-shadow: 5px 5px 5px #aaa; /* Old Safari*/
				  /* chrome, firefox, safari */
				  box-shadow: 5px 5px 5px #aaa;
				  /* For IE 5.5 - 7 */
				  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#A0A0A0');
				  /* For IE 8 */
				  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#A0A0A0')";
				}
