
.fotog {
  width: 530px;
  margin: 12px auto 2px 10px;
  height: 72px;
  clear: both;
}
.fotog .qia{
display: block;
overflow: hidden;
float: left;
margin: 0 1px 0 1px;
 
}
.fotog .qib{
display: block;
overflow: hidden;
float: left;
margin: 0 1px 0 1px;
 
}
.fotog .qi{
width: 94px;
height: 68px;
display: block;
overflow: hidden;
float: left;
margin: 0 1px 0 1px;
border: 1px solid #73c008; 
}

.fotogb {
  width: 516px;
  margin: 0 auto 2px auto; 
  clear: both;
}
.fotogb .fotog_big{
border: 1px solid #73c008; 
 margin: 0 1px 0 1px;
 clear: both;
 padding:0;
 position: relative;
 bottom: 15px;
 z-index: 2;
}
.fotogbpruh {
  width: 512px;
  margin: 0 auto 0 auto; 
  clear: both;
  color: #00652e;
  text-align: center;
  height: 14px;
  overflow: hidden;
  position: relative;
  background-image: url('../images/bgpruh50.png');
  border-top: 1px solid #73c008; 
  z-index: 10;
}
.fotobre {
  bottom: 1px;
  position: relative;
  z-index: 80;
}
.fotogh1{
	
	padding: 0 10px 5px 10px;
	
}




.img-pocet_odstranit /* IE:hover */ {

  background-image: expression(

    this.onmouseover = new Function("this.className += ' hover';"),

    this.onmouseout = new Function("this.className = this.className.replace(' hover', '')")

  );
}						      

