#index_gallery .joomcat hr {
  display: none;
}
#index_gallery .joomcat .joomcat114_row,#index_gallery .joomcat .joomcat115_row{
  padding: 0px;
}
#index_gallery .joomcat .joomcat114_imgct,#index_gallery .joomcat .joomcat115_imgct {
  width: auto !important;
}
#index_gallery .joomcat .joomcat114_img img,#index_gallery .joomcat .joomcat115_img img {
  border: none;
  padding: 0px;
}
#index_gallery .joomcat {
  position: relative;
  height: 850px;
}
@media screen and (min-width: 1080px) {
	#index_gallery .joomcat .joomcat114_imgct,
	#index_gallery .joomcat .joomcat115_imgct{
		position: absolute;
	}
}
#index_gallery .joomcat .joomcat114_img img,#index_gallery .joomcat .joomcat115_img img {
  width:100%;
  height:100%;
  max-width:100%; 
  max-height:100%;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*#index_gallery .joomcat .joomcat106_img img:hover,#index_gallery .joomcat .joomcat138_img img:hover {
  z-index:999;
  -webkit-transform:scale(1.05); /* Safari and Chrome *
  -moz-transform:scale(1.05); /* Firefox *
  -ms-transform:scale(1.05); /* IE 9 *
  -o-transform:scale(1.05); /* Opera *
 transform:scale(1.05);
}*/

/**/
.jg_subcatelem_txt, .jg_catelem_txt {
  display: none;
}
#banner_gallery .jg_subcatelem_txt,#banner_gallery .jg_catelem_txt{
  display:block;
  margin: 0px 15px;
}
#banner_gallery img.jg_icon{
  display:none;
}
a.jg_catelem_photo, .jg_subcatelem_photo a {
    width: 250px;
    height: 160px;
    position: relative;
    float: left;
    margin-top: 20px;
}
img.jg_photo {
  padding: 5px;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#banner_gallery .jg_searchview img.jg_photo{
  position:relative;
}
.joomcat114_txt,
.joomcat115_txt{
	position:absolute;
	width:100%;
    /*oscar change from 0px*/
	bottom:2px;
	background-color: gray;
	background-color: rgba(0,0,0,0.6);
	font-weight:bold;
	color: #efefef;
    padding-bottom: 2px;
    font-size: 14px;
}
/*following css made by Tong
#index_gallery .joomcat .joomcat106_imgct {
  width: 220px !important;
  margin-right:15px;
}
*/
.joomcat114_txt {
	padding-top: 2px;
}