#img_viewer { width: 522px; height: 504px; overflow: hidden; background: url('images/viewer_bg.png'); position: relative; }
#img_fullsize {  width: 500px; height: 374px; top: 11px; left: 11px; position: absolute; overflow: hidden; }
#img_thumbbar {  width: 500px; height: 97px; overflow: auto; position: absolute; top: 396px; left: 11px; white-space: nowrap; }
#img_thumbbar img {  margin: 3px 0 0 3px; display: inline; cursor: pointer;  }
#img_loader { padding: 5px; position: absolute; z-index: 100; top: 360px; left: 11px; 

	display: none;
}

#img_ctrlbar { background: #FFF;
	width: 500px;
	position: absolute; 
	top: 360px;
	height: 25px; 
	left: 11px; 
	z-index: 50;
	filter:alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;

}

#img_play { width: 23px; height: 24px; background: url('images/play.png'); overflow: hidden; display: block; position: absolute; top: 360px; right: 35px; cursor: pointer; z-index: 85; }
#img_pause { width: 22px; height: 24px; background: url('images/pause.png'); overflow: hidden; display: block; position: absolute; top: 360px; right: 11px; cursor: pointer; z-index: 85;  }

