.sort-thumb-box{
	float:left; 
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0px;
}

.mobile a.fancybox-close
{
    height: 140px;
    position: absolute;
    right: -70px;
    top: -70px;
    width: 140px;
    background-size: 140px;
}


.mobile a.fancybox-nav span
{
  height: 140px;
  margin-top: -70px;
  position: absolute;
  top: 50%;
  width: 120px;
  background-size: 120px;
}

.mobile a.fancybox-next
{
  right: -120px;
}

.mobile a.fancybox-prev 
{
    left: -120px;
}

.mobile a.fancybox-next span
{
  background-position: 0 -250px;
}

.mobile a.fancybox-prev span
{
  background-position: 0 -120px;
}

.gallery_object
{
  position: absolute;
  display: block;
}

._sys_gallery_container
{
  position:relative;
  background-color: lightgray;
}

.gallery_center_center
{
  background-repeat: no-repeat;
  background-position: center, center;
}

.gallery_cut_bottom
{
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0px;
}

.gallery_cut_right
{
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: center;
}

.gallery_strech_width
{
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: 100%, auto;
}

.gallery_strech_height
{
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: auto 100%, auto 100%;
}

.gallery_cover
{
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}
