			.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: 200px;
				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: 150px;
			}
 
/* */
			.footerSlideContainer1 {
				position: fixed;
				bottom:0;
				width: 100%;
			}
			#footerSlideButton1 {
				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;
			}
			#footerSlideContent1 {				
				width: 200px;
				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;
			}
			#footerSlideContent1.open {
				height: 150px;
			}
/* */
			.footerSlideContainer2 {
				position: fixed;
				bottom:0;
				width: 100%;
			}
			#footerSlideButton2 {
				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;
			}
			#footerSlideContent2 {				
				width: 200px;
				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;
			}
			#footerSlideContent2.open {
				height: 150px;
			}