

/* search */
.image_tiles #list_container {
	padding: 0;
	margin: 0;
}


.image_tiles .frame, #slideshows .frame, #images .frame {
	float: left;
	display: block;
}

.image_tiles .frame {
	min-height: 175px;
	width: 200px;
	margin: 5px;
	
} * html .image_tiles .frame  {
	height: 175px;
}

.image_tiles .ri3 {
	min-height: 250px;
	
	
	font-size: 0.7em;	
	line-height: 1em;
} * html .image_tiles .ri3 {
height: 250px;
}

.image_tiles .image_thumb {
	display: block;
	width: 200px;
	min-height: 200px;
	text-align: center;
} * html .image_tiles .image_thumb {
	height: 200px;
}

.image_tiles .image_thumb .image {
	text-align: center;
	padding-left: 5px;
}
.image_tiles .image_thumb  .title {
	display: block;
	font-weight: bold;
	margin-bottom: .25em;
	
	
	
}


.image_tiles .link-bar {
	border-top: 1px dashed #ccc !important;
	width: 100%;
	margin: 5px 0 5px 0;
	line-height: normal;
}

