/* Photo Gallery */

#gallery ul{
	overflow:auto;
}

#gallery ul li{
	display: inline-block;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
	width:300px;
	padding-bottom:20px;
	border-bottom:1px solid #e3e3e3;
	margin:0px 10px 20px;
	font-size:12px;
}

#gallery ul li figure{
	float:left;
	width:100px;
	height:66px;
	overflow:hidden;
	margin-right:10px;
			box-shadow:0px 1px 3px #bcbcbc;
	   -moz-box-shadow:0px 1px 3px #bcbcbc;
	-webkit-box-shadow:0px 1px 3px #bcbcbc;
	border-bottom:1px solid #aaa;
}

#gallery ul li figure img{
	width:100px;
}

#gallery ul li h3{
	font-size:13px;
	line-height:18px;
	max-height:54px; height:auto;
	overflow:hidden;
}

#gallery ul li a{
	color:#333;
}

#gallery ul li a:hover{
	text-decoration:none;
	color:#e5007f;
}

/* Content */
#gallery .event{
	border-bottom:1px solid #ddd;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
	background:#f7f7f7;
	padding:10px;
}
#gallery .event strong{
	color:#111;
	font-size:16px;
}

#gallery table{
	border-bottom:1px dotted #ccc;
}

#gallery table td{
	width:25%;
	text-align:center;
	padding-bottom:1em;
	vertical-align:top;
}

#gallery table td img{
	-ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges;
	width:130px;
	border:3px solid #fff;
            transition: box-shadow .2s;
	   -moz-transition: -moz-box-shadow .2s;
    -webkit-transition: -webkit-box-shadow .2s;
}

#gallery table td a:hover img{
	-ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges;
	border:3px solid #fff;
			box-shadow:0px 0px 8px #666;
	   -moz-box-shadow:0px 0px 8px #666;
	-webkit-box-shadow:0px 0px 8px #666;	
}

#gallery table td p{
	width:130px;
	margin:0 auto;
	text-align:left;
	line-height:14px;
	border:none;
	font-size:12px;
	color:#999;
}