.photo {
		background: url(../images/drop_shadow.gif) no-repeat;
}

* html .photo {
		background: url(../images/drop_shadow.gif) no-repeat;    
}

.photo img {
  border: 1px solid #666;
  background-color: #FFF;
  padding: 8px;      /* velkost ramika pri thumbs*/
  position: relative;
  top: 0px;
  left: 0px;
  /* height: 10em;     /* velkost nahľadu pri thumbs*/

}
* html .photo img{
  border: 1px solid #666;
  background-color: #FFF;
  padding: 8px;  /* velkost ramika pri thumbs pri IE*/
  position: relative;
  top: 0px;
  left: 0px;
  /*height: 145px;    */
}

.gallery {
zoom:1;
width:auto;				
}

.gallery a {
display:block;
float:left;
margin:1px;  /* vzdialenosti medzi thumbs */
opacity:0.87;
text-align:center;
}

.gallery a:hover {
opacity:1;
}

.gallery a img {
border:1px solid #666;
display:block;
}

.gallery a#vlightbox{display:none}

.art-lang-flag
{
	display: block;
	float: center;
  border: 1px solid #666;
 
}
.art-menu li.lang
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: right;
	position: relative;
	z-index: 5;
	background:none;
}
