@import "lightbox.css";

.image_gallery{
	margin-top: 10px;
	width: 772px;
}
.image_gallery .item{
	float: left;
	padding: 0px 0px 20px 0px;
}
.image_gallery .content{
	width: 170px;
}
.image_gallery .item .image{
	background: #cccccc;
	text-align: center;
	width: 160px;
	height: 121px;
}
.image_gallery .item img{
	border: none;
	width: 150px;
	height: 113px;
	margin: 4px;
	border: 1px solid #ffffff;
}
.image_gallery .title{
	color: #000000;
	height: 28px;
	font: 700 8pt/28px Tahoma;
	overflow: hidden;
}
/**/
.image_gallery_detail{
	margin-top: 10px;
	width: 772px;
}
.image_gallery_detail .item{
	float: left;
	padding: 0px 0px 10px 0px;
}
.image_gallery_detail .item .image{
	background: #cccccc;
	text-align: center;
	width: 145px;
	height: 110px;
}
.image_gallery_detail .item img{
	border: none;
	width: 143px;
	height: 108px;
	border: 1px solid #000000;
}
.image_gallery_detail .title{
	color: #000000;
	height: 28px;
	font: 700 8pt/28px Tahoma;
	overflow: hidden;
}
.image_gallery_detail .link{
	clear: both;
	text-align: center;
	margin-top: 20px;
}
.image_gallery_detail .link a{
	font: 700 8pt Verdana;
	color: #0141D4;
}