
/* *******************************************+ */
/* image galleries */
div.content div.field-type-image div.field-items,
div.content div.field-type-image div.field-items div.field-item,
div.content div.field-type-image
 {
/*  	float: left;  */
/* 	display: inline; */
	width: auto;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
/* div.content div.field-type-nodereference, */
div.content div.gallery_gallery_box
{
	display: inline;
	float: left; 
	width: auto;
}
div.gallery_image_field_thumbnail a {
	border: 0px !important;
}
div.content div.field-type-image img.imagecache
{
	margin-right: 12px;
/* 	width: 305px; this is ideal for tiling images two in a column */
}
/* resizing css from gallery.css in module */
div.gallery_image_field_thumbnail {
	height: auto;
	width: auto;
	height: 100px;
	border: 0px !important;
}