﻿ .style1
{
    height: 14px;
}
/*set a border on the images to prevent shifting*/
#gallery_01 img{border:2px solid black;}

/*Change the colour*/
.active img{border:2px solid #333 !important;}
 
/*.style1
{
    height: 14px;
}*/

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
  
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 75px;
}
.my-gallery figcaption {
  display: none;
}

.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}

/*body {
	max-width: 700px;
	margin: 0 auto;
}*/