#slider-container{
	
	position: absolute;
	padding: 7px 0 25px 15px;
	bottom: -57px;
	left: 0;
	width: 350px;
	z-index: 100;
	display: block;
	
	margin-top: 10px;
	/*border: 1px solid red;*/
}


#contrast-icon {

	color: blue;
	width: 40px;
	height:28px;
	float:left;
	background-image: url("/img/contrast-change.png");

}

#slider {
	margin-top: 6px;
	width: 170px;
	display: none;

}

#test-rectangle {
	
	position: absolute;
	top: -100px;
	left: -40px;
	width: 40px;
	height: 40px;
	background-color: white;
	
}
