/* the thumbnails */
#Gallery {
	text-align:center;
	width:615;
	background:url(../images/bkg_gallery_top.gif) top no-repeat;
	margin-top:20px;
	margin-bottom:20px;
}
#triggers {
	background:url(../images/bkg_gallery_bottom.gif) bottom no-repeat;
}
#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin:10px 2px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/* the active thumbnail */
#triggers a.active img {
	border:1px solid #FF0000;
 
	/* show on top of the expose mask */
	z-index:9999;
	position:relative;
}

