/* Global gallery styles */
.gallery-item{
	width:190px;
	margin-bottom:20px;
}
	.image-wrapper{
		overflow:hidden;
		margin-bottom:5px;
		width:190px;
	}
		.image-wrapper a {}
		.image-wrapper a img{}
	.gallery-item p {
		font-size:10px;
		line-height:13px;
		margin:0;
		text-align:left;
		min-height:19px;
	}
	* html .gallery-item p {
		height:19px;
	}
			.gallery-item p.precis strong{
				font-weight:normal;
				color:#666;
				text-decoration:none;
			}
			.gallery-item p.precis{
				display:block;
				padding-left:25px;
				background: url(/img/icons/enlarge-photo.png) no-repeat 0 3px;
			}
			* html .gallery-item p.precis {
				zoom:1;
			}
		.gallery-item p.caption {display:none;}


/* Thumbnails */
.thm-row{
	padding:7px 0 0 7px;
	border:1px solid #fff;
}
	.thm-row .gallery-item{
		float:left;
		height:154px;
		width:150px;
		overflow:hidden;
		margin:0 7px 17px 0;
		text-align:center;
		padding:5px;
	}
		.thm-row .gallery-item .image-wrapper {width:150px;}
		.thm-row .gallery-item .image-wrapper a img{height:100px;}
		
		.thm-row .gallery-item  p {
			overflow:hidden;
			height:52px;
		}
		.thm-row .gallery-item  p.precis a,
		.thm-row .gallery-item  p.precis strong{}
		.thm-row .gallery-item  p.caption strong{}

/* News Page */		
#news-images {
	float:right;
	margin-left:20px;
	width:190px;
}
