@charset "utf-8";
/* CSS Document */

/*set a border on the images to prevent shifting*/
 #gallery_01 img{
	border: 2px solid rgba(255,255,255,0);
}
 
 /*Change the colour*/
 .active img{
	border: 2px solid rgba(255,255,255,1);
}
