
#chaAte img{
	
    /*box-shadow: 0 0 29px 3px #999999;*/
         
}



#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 100%;
z-index:9000;
  
}
#footerSlideButton {
	/*background: url(sliderButton.png) top left no-repeat transparent;*/
	position: absolute;
	top: -520px;
	right: 100px;
	width:160px;
	height:70px;
	border: none;
	cursor: pointer;
}
#footerSlideContent {
	width: 540px;
	height: 0px; 
	margin-left:-60%;
	background: #FFFFFF;
	font-size: 0.8em;
	border: none;
	font-family: DejaVuSansBook, Sans-Serif;
	-webkit-border-radius: 10px 10px 10px 10px;
         border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 0 29px 3px #999999;
         box-shadow: 0 0 29px 3px #999999;
         margin-top:-86px;
        
         
}
#footerSlideContent h3 {
	font-size: 36px;
	color: #9AC941;
	margin: 10px 0 10px 0;
}
#footerSlideContent ul {
	color: #EE8D40;
	list-style-type: none;
	line-height: 2em;
}
#footerSlideText {
	padding: 15px 10px 25px 25px;
}
