@charset "UTF-8";
/* CSS Document */

/* the outer ul aroud one gallery */
.insiga_gallery{
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0px;
}

/* one item...the li of the list*/

.insiga_gallery .insiga_gallery_item{
	float:left;
	margin:5px;
}

/* the link */
.insiga_gallery .insiga_gallery_item a,.insiga_gallery .insiga_gallery_item a:link,.insiga_gallery .insiga_gallery_item a:visited{
border:1px solid #121316;
background:none;
display:block;
}
.insiga_gallery .insiga_gallery_item a:hover{
border:1px solid #5ab11b;
}

/* the image */
.insiga_gallery .insiga_gallery_item img{
	border:none;
}

