/* the thumbnails */
#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	/*padding:2px;*/
	/*border:1px solid #ccc;*/
	margin:0px 15px 0px 15px;
	/*-moz-border-radius:4px;*/
	/*-webkit-border-radius:4px;*/
}

/* the active thumbnail */
#triggers a.active img {
	outline:1px solid #000;

	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}