.gallery_wrapper {
  display:none;
  position:fixed;
  overflow:scroll;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  padding:20px 0px 0px 0px;
	background-image:url('../images/OverlayBackground.png');
	z-index:1;
	color:#000000;
	text-align:center;
	line-height:100%;
}
.image_container table{
  border:0px;
  margin-left:auto;
  margin-right:auto;
  margin-top:2px;
}

.image_container {
  position:relative;
	text-align:center;
	padding:0px;
}
.frame {
  position:relative;
  border:0px;
  empty-cells:show;
  border-spacing:0px;
  border-collapse:collapse;
  margin-top:10px;
}
.frame tr{
  margin:0px;
  padding:0px;
  border:0px;
}
.frame td{
  margin:0px;
  padding:0px;
  line-height:100%;
}
.frame .left_top {
  width:10px;
  height:10px;
  background-image:url('../images/frame_left_top.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
}
.frame .top {
  height:10px;
  background-image:url('../images/frame_top.png');
  background-repeat:repeat-x;
  background-position:0px 0px;
}
.frame .right_top {
  width:10px;
  height:10px;
  background-image:url('../images/frame_right_top.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
}
.frame .left {
  width:10px;
  background-color:#566477;
  background-image:url('../images/frame_sides100.png');
  background-repeat:repeat-x;
  background-position:top;
}
.frame .center {
  background-color:#ffffff;
  padding:0px;
}
.frame .right {
  width:10px;
  background-color:#566477;
  background-image:url('../images/frame_sides100.png');
  background-repeat:repeat-x;
  background-position:top;
}
.frame .left2 {
  width:10px;
  background-color:#566477;
}
.frame .right2 {
  width:10px;
  background-color:#566477;
}
.frame .canvas {
  background-color:#566477;
  background-image:url('../images/frame_sides100.png');
  background-repeat:repeat-x;
  background-position:top;
}
.frame .left_bottom {
  width:10px;
  height:10px;
  background-image:url('../images/frame_left_bottom.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
}
.frame .bottom {
  background-color:#566477;
  
  text-align:center;
  padding:5px 0px 5px 0px;
}
.frame .right_bottom {
  width:10px;
  height:10px;
  background-image:url('../images/frame_right_bottom.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
}
.image_info {
  line-height:150%;
  margin:5px 10px -5px 10px;
  background-color:#aab1ba;
  color:#000000;
}
.browser {
  position:fixed;
  left:50%;
  bottom:2px;
  width:780px;
  margin-left:-390px;
  margin-right:auto;
}
.browser .frame {
  width:680px
}

.browser .frame .center{
  width:660px;
  overflow:hidden;
}

.browser_inlay {
  height:132px;
  width:132px;
  margin-left:264px;
  margin-right:264px;
}
.thumb_container {
  width:116px;
  height:116px;
  float:left;
  margin:8px 8px 8px 8px;
  background-image:url('../images/thumb_dia.png');
  line-height:116px;
  cursor:pointer;
}
.active_thumb_container {
  width:116px;
  height:116px;
  float:left;
  margin:8px 8px 8px 8px;
  background-image:url('../images/active_thumb_dia.png');
  line-height:116px;
}
.direction {
  display:block;
  width:32px;
  height:116px;
  float:left;
  margin:8px 8px 0px 8px;
  line-height:100%;
  border-left:solid 1px;
  border-right:solid 1px;
}

.thumb {
  margin-top:0px;  
  border:solid 1px #000000;
  vertical-align:middle;
}

.closeButton {
  position:absolute;
  top:-3px;
  margin-left:-19px;
  cursor:pointer;
}

.hSliderFrame {
  position:relative;
  height:16px;
  margin:5px 10px -5px 10px;
  background-color:#aab1ba;
  color:#000000;
}
.sliderFrame_left {
  position:absolute;
  width:16px;
  height:100%;
  left:0px;
  background-image:url('../images/slider_go_left.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
}
.sliderFrame_right {
  position:absolute;
  width:16px;
  height:100%;
  right:0px;
  background-image:url('../images/slider_go_right.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
}
.slider {
  position:absolute;
  width:128px;
  height:100%;
}
.slider_left {
  position:absolute;
  width:16px;
  height:100%;
  left:0px;
  background-image:url('../images/slider_left.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
}
.slider_center{
  position:absolute;
  height:100%;
  left:16px;
  right:16px;
  padding-top:2px;
  color:#ffffff;
  font-weight:bold;
  background-image:url('../images/slider_center.png');
  background-repeat:repeat-x;
  background-position:0px 0px;
}
.slider_right{
  position:absolute;
  width:16px;
  height:100%;
  right:0px;
  background-image:url('../images/slider_right.png');
  background-repeat:no-repeat;
  background-position:0px 0px;
}