.image {
	overflow: hidden;
	position: relative;
	float: left;
}
.image .cover, .image .cover img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
/*set a border on the images to prevent shifting*/ 
#gallery_01 img{
	border:2px solid white;
} 
/*Change the colour*/ 
.activeImg img{
	border:2px solid #333 !important;
}
/*set a border on the images to prevent shifting*/ 
#gallery_01 div.img{
	border:2px solid white;
} 
/*Change the colour*/ 
.activeImg div.img{
	border:2px solid #333 !important;
}