.control {
	position: fixed; -position: absolute; 
	left: 50%; margin-left: -65px; 
	width: 155px; //height: 1%; 
	background: white;
	filter: Alpha(opacity=85); -moz-opacity: 0.85; KhtmlOpacity: .85;	opacity: .85;}
	
	.control img {
		border: none;}

.control td{
	text-align: center; width: 35px; padding: 5px 0;
	vertical-align: middle;}

.close_button {
	position: fixed; -position: absolute; top: 0; right: 0; 
	color: #4c4c4c;	
	width: 35px; padding: 5px;
	filter: Alpha(opacity=42); -moz-opacity: 0.42; KhtmlOpacity: .42;	opacity: .42;}
	
	.close_button img {
		border: none;}