/* Image Gallery Overlay */

#triggers img {
	background-color:#fff;
	padding:2px;
	/*border:1px solid #ccc;*/
	margin:15px 10px;
	-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;
}


/* Restaurant Sub Page end */

