/*******************************
			Tool Box
********************************/

#accessibility-bar{
	float: left;
	border: 1px solid #333;
	border-radius: 3px;
	height: 200px;
	width: 100px;
	text-align: center;
}


#btn-change-background {
    width: 100px;
    height: 30px;
    font-size: 14px;
    border-radius: 10px;
    background: #ffffff;
}

#btn-change-background:hover {
    background: #ff0000;
    color: #ffffff;
}



/*******************************
			Slide Show
********************************/
