/* gallery style */
.media.photo img {
	border: 10px solid #dfe0d3;
	-moz-border-radius: 92px;
	border-radius: 92px;
	-webkit-border-radius: 92px;
	-moz-box-shadow: 1px 1px 3px rgb(0,0,0,0.9);
	-webkit-box-shadow: 1px 1px 3px rgb(0,0,0,0.9);
	box-shadow: 1px 1px 5px #999;

}
#mainImg img {
	border: 10px solid #dfe0d3;
	-moz-border-radius: 92px;
	border-radius: 92px;
	-webkit-border-radius: 92px;
	-moz-box-shadow: 1px 1px 3px rgb(0,0,0,0.9);
	-webkit-box-shadow: 1px 1px 3px rgb(0,0,0,0.9);
	box-shadow: 1px 1px 5px #999;

}
.img-frame img {
	-moz-border-radius: 92px;
	border-radius: 92px;
	-webkit-border-radius: 92px;
}
.img-frame {
	width:160px;
	border: 10px solid #dfe0d3;
	-moz-border-radius: 92px;
	border-radius: 92px;
	-webkit-border-radius: 92px;
	-moz-box-shadow: 1px 1px 3px rgb(0,0,0,0.9);
	-webkit-box-shadow: 1px 1px 3px rgb(0,0,0,0.9);
	box-shadow: 1px 1px 5px #999;
	width:160px;
	height:160px;
	display:block;
	-moz-transition: border-color 0.4s ease 0s;
}
.img-frame:hover {
	border: 10px solid #057565;
	-moz-box-shadow: 0px 1px 2px rgb(0,0,0);
	-webkit-box-shadow: 0px 1px 2px rgb(0,0,0);
	box-shadow: 1px 1px 2px #777;
}

.img-frame:visited {
	border: 12px solid #e7cc16;
	-moz-box-shadow: 0px 1px 2px rgb(0,0,0);
	-webkit-box-shadow: 0px 1px 2px rgb(0,0,0);
	box-shadow: 1px 1px 2px #777;
}
#imgList a.title {
	color: #373737;
	font-size:14px;
	line-height:20px;
}
#imgList a.title:hover {
	border-bottom:1px dashed #373737;
}

	