/*photogallery*/

#phocagallery-module-ri .phocagallery-box-file-first
{
	/*background:#f5f5f5;*/
	width:100px;height:100px; overflow: hidden;
	display: table; vertical-align:middle;
	position: relative;
}

#phocagallery-module-ri .phocagallery-box-file-second
{
	display: table-cell; vertical-align: middle;
	position: absolute;  top: 50%; left:50%;
}

#phocagallery-module-ri .phocagallery-box-file-third
{
  position: relative;  top: -50%;  left:-50%;
}

#phocagallery-module-ri .phocagallery-box-file:hover, #phocagallery-module-ri .phocagallery-box-file.hover 
{
	/*border:1px solid #135cae;padding:5px;background:#f5f5f5;text-decoration:none;*/
}

#phocagallery-module-ri .phocagallery-box-file{
background-color: expression(isNaN(this.js)?(this.js=1,
this.onmouseover=new Function("this.className+=' hover';"),
this.onmouseout=new Function("this.className=this.className.replace(' hover','');")):false););
}
