/* Styling for gallery view - shrinks boxes, puts more than 1 per line, shrinks text etc */

.example_group {
	overflow: auto;
}

.example {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.example_title a {
	color: #000;
}

/* Hide description text */
.example_description {
	display: none;
}

.visual_types .mode_list {
	margin-bottom: 0;
}

.example .links {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	background-color: #fff;
}
	.example .links a {
		padding: 10px;
		/* text-decoration: none; */
		font-weight: normal;
		color: #000;
	}
		.example .links .view_link {
			float: left;
		}
		.example .links .source_link {
			float: right;
		}

.example_screenshot {
	float: none;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
}

.example .link_screenshot {
	display: block;
	float: none;
	height: 141px;
	overflow: hidden;
	text-align: left;
	margin: 0;
	padding: 0;
	border-width: 0;
}

	.example .link_screenshot:hover {
		border-width: 0;
	}
	
.example .screenshot {
	width: 208px;
	margin: 0;
	float: none;
	border-width: 0;
}

.example_rating {
	display: none;
}

.tag_list_wrap {
	display: none;
}
