<style type="text/css">
		body
		{
			margin: 0;
			padding: 0;
		}

		#info
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			text-align: center;
			padding: 10px;
			font-family: Trebuchet MS, Verdana, sans-serif;
			background-color: #eee;
			border-bottom: solid 1px #666;
		}

		#____binding
		{
			position: absolute;
			top: 50%;
			left: 50%;
			
			padding: 0;
			margin-left: -253px;
			margin-top: -300px;
		}


		
		.magnifier
		{
			position: absolute;
			border: solid 1px #000;
			cursor: move;
			background-repeat: no-repeat;
			background-color: #333;
		}
		
		.magnifierShadow
		{
			position: absolute;
			background: transparent;
			padding: 0;
			margin: 0;
		}
		
		.magnifierController
		{
			color: #666;
			font-family: Trebuchet MS, Verdana, sans-serif;
			font-size: 10pt;
		}
		
		.magnifierControllerContainer
		{
			padding: 10px;
		}

		.magnifierControllerPrefix
		{
			color: #ccc;

		}
		
		.magnifierControllerButton
		{
			color: #000;
			cursor: pointer; cursor: hand;
			background-color: #666;
			border: solid 1px #777;
			padding: 0px 4px 0px 4px;
			/*text-shadow: dimgray 0px 0px 3px;*/

		}
		
		.magnifierControllerButtonSelected
		{
			background-color: #999;
			border: solid 1px #777;
			color: #333;
			font-weight: bold;
			cursor: pointer; cursor: hand;
			padding: 0px 4px 0px 4px;
			/*text-shadow: dimgray 0px 0px 3px;*/
		}
	</style>
