			.footerSlideContainer {
				position: fixed;
				bottom:0;
				width: 100%;
			}
			#footerSlideButton {
				background: url(../image/help.png);
/*				background: url(../image/sliderButton.png) top left  transparent;
				display:none;*/
				position: absolute;
				top: -55px;
				right: 20px;
				width:50px;
				height:50px;
				border: none;
				cursor: pointer;
			}
			#footerSlideContent {				
				width: 250px;
				height: 0px;
				background: #251b15;
				color: #CCCCCC;
				font-size: 0.8em;
				border: none;
				font-family: DejaVuSansBook, Sans-Serif;
				-webkit-transition: height 300ms ease-in;
				-moz-transition: height 300ms ease-in;
				-ms-transition: height 300ms ease-in;
				-o-transition: height 300ms ease-in;
				transition: height 300ms ease-in;
			}
			#footerSlideContent.open {
				height: 200px;
			}
			.footerSlideH3 h3 {
				font-size: 36px;
				color: #9AC941;
				margin: 10px 0 10px 0;
			}
			.footerSlideText {
				padding: 15px 10px 25px 25px;
			}
