.imageexposer_table{
	border: 0px solid #eeeeee;


}
.imageexposer_canvas {
  max-width: 583px; 
  max-height: 437px; 
  width:  expression(this.width  > 583 ? 583 : true); 
  height: expression(this.height > 437 ? 437 : true);
  vertical-align:middle;
}


#imageexposer_outer {width:583px;height: 437px; overflow: hidden; position: relative;}
#imageexposer_outer[id] {display: table; position: static;}

#imageexposer_middle {position: absolute; top: 50%;} /* for explorer only*/
#imageexposer_middle[id] {display: table-cell; vertical-align: middle; position: static;}

#imageexposer_inner {position: relative; top: -50%;left:-50%;} /* for explorer only */
#imageexposer_inner[id] {position: static;text-align:center;}

#imageexposer_dawindow {
	/*
	background-color:#939799;	
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	*/
} /* for explorer only */
/* #imageexposer_dawindow[id] {} */