body { background-color: #fff; }
#imager_container { z-index: 999; position: relative; width: 100px; height: 100px; overflow: hidden; margin-left: 179px; margin-top: 148px; }
#imager_image { z-index: 1; position: relative; top: 0; left: 0; }
.imager_button
{
	z-index: 2;
	display: block; float: left; text-align: center;
	font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #fff;
	background-color: #aaa; border: 1px solid #000; border-top-color: #ccc; border-left-color: #ccc;
	width: 20px; height: 20px; line-height: 20px; margin: 6px 5px 0 2px;
}

.imager_button:active
{
	background-color: #aaa; border: 1px solid #ccc; border-top-color: #000; border-left-color: #000;
}

#if_uploaded { margin: 0; padding: 0; overflow: hidden; width: 471px; height: 507px; }
#imager_toolkit { z-index: 700; position: absolute; top: 0; left: 0; overflow: hidden; width: 471px; height: 507px; background-image: url('images/imager.png'); }
#TB_window { border: 0px !important; }
#TB_ajaxContent.TB_modal { padding: 0px !important; }

#imager_toolkit   { z-index: 70 !important; }
#imager_container { z-index: 60 !important; }
#imager_image     { z-index: 50 !important; }
.imager_button    { z-index: 80 !important; }

.imager_button
{
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	background-color: #f00;
	border: 0;
    filter:alpha(opacity=0); /* msie */  
    -moz-opacity: 0; /* firefox 1.0 */  
    -khtml-opacity: 0; /* webkit */  
    opacity: 0; /* css 3 */  
}

#imager_move_left  { left: 141px; top: 179px; }
#imager_move_up    { left: 214px; top: 110px; }
#imager_move_right { left: 284px; top: 178px; }
#imager_move_down  { left: 215px; top: 255px; }
#imager_zoom_in    { left: 293px; top: 228px; }
#imager_zoom_out   { left: 130px; top: 261px; }
#imager_submit     { left: 104px; top: 452px; width: 259px; height: 29px; }

#imager_submitted { display: none; }