body {
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #000000;
}

/* get rid of those system borders being generated for A tags */
a:active {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

/* the thumbnails */
#triggers {
	text-align: center;
}

/*
#triggers img {
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #cccccc;
	margin: 15px 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
*/

/* the active thumbnail */
#triggers a.active img {
	outline: none;
/* show on top of the expose mask */
	z-index: 9999;
	position: relative;
}
