div#viewer {
	background-color: #FFFFFF;
}

div#modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
div#modal div.container {
	position: relative;
	width: 500px;
	height: 600px;
	background-color: #ffffff;
	overflow: auto;
}
.ui-helper-hidden-accessible {
	display: none;
}

#go_button {
	width: 30px;
	height: 40px;
}

#genome_position {
	height: 25px;
}


