/* for the sidebar audio page of the King Family folder, to get back to the index page */
#king-index-link {
	position: fixed;
	top: 490px;
	left: -38px;
		-ms-transform: rotate(90deg); /* IE 9 */
    	-webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
	width: 100px;
	height: 30px;
	border-radius: 6px 6px 0 0;
}
