#fotoWrap
{
  position: absolute;
  visibility: hidden;
	width: 100%;
  top: 0px;
  left: 0px;
  z-index: 150;
}

#foto
{
	width: 100%;
	background: url(/img/tab_bg.png);
}

#foto table
{
  position: relative;
	width: 100%;
	border: 0;
  z-index: 200;
}

#image
{
  position: relative;
	margin: auto;
}

#closer
{
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 220;
  width: 36px;
  height: 32px;
	background: url(/img/closer.png) no-repeat;
}

#image div
{
	margin: auto;
	border: 1px solid #99a099;
}

#foto table td
{
	text-align: center;
}

#foto table td.control
{
	width: 50px;
}

.control a#next
{
  cursor: pointer;
  display: block;
  width: 36px;
  height: 32px;
	background: url(/img/glr_control.gif) -36px 0px no-repeat;
  float: left;
}

.control a:hover#next
{
	background-position: -36px -32px;
}

.control a#prev
{
  cursor: pointer;
  display: block;
  width: 36px;
  height: 32px;
	background: url(/img/glr_control.gif) 0px 0px no-repeat;
  float: right;
}
.control a:hover#prev
{
	background-position: 0px -32px;
}
#foto table td.loader
{
	background: url(/img/loader.gif) center center no-repeat;
}

p#desc
{
  padding: 6px 20px;
  font-size: 11px;
  color: #dddddd;
}
