/* ================ pukkaGalleries =============== */

#mod_pukkaGalleries.viewList .gallery {
	margin-top: 2.5em;
	overflow:visible;
	zoom:1
}
	#mod_pukkaGalleries.viewList .gallery:after {
		content: '.';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

#mod_pukkaGalleries.viewList .gallery .picture{
	float:left;_display:inline;
	margin-right:10px;
	margin-bottom:10px;
}
#mod_pukkaGalleries.viewList .gallery .picture img{
	border:3px solid #fff;
}