/* for the sidebar in all the Hepburn Collection pages */
#hepburn-index-link {
	position: fixed;
	top: 490px;
	left: -53px;
		-ms-transform: rotate(90deg); /* IE 9 */
    	-webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
	width: 130px;
	height: 30px;
	border-radius: 6px 6px 0 0;
}
