/* ----------------------- screenshots gallery elements  ----------------------- */
div.scrnsht-grid  {
	display: block;
	width: 660px;
	margin-bottom: 18px;
}
div.scrnsht-grid ul {
	display: block;
	float: none;
	clear: both;
	width: 660px;
	padding: 0 !important;
}
div.scrnsht-grid ul:after {
	display: block;
	float: none;
	clear: both;
	content: "";
	height: 0;
}
div.scrnsht-grid ul li {
	display: block;
	float: left;
	clear: none;
	width: 220px;
	margin: 0 !important;
	padding: 0 !important;
}
div.scrnsht-grid a.scrnsht-item {
	display: block;
	width: 196px; /* 220 */
	font-size: 13px;
	line-height: 18px;
	padding: 12px 12px 12px 12px;
	cursor: pointer;
	text-decoration: none;
}
div.scrnsht-grid a.scrnsht-item img {
	margin: 0 0 6px 0;
}
div.scrnsht-grid a.scrnsht-item strong.title {
	display: block;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #3e96e0;
	margin: 0 0 0 -1px;
}
div.scrnsht-grid a.scrnsht-item em.description {
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	color: #737373;
	-moz-hyphens: auto;
	hyphens: auto;
}
div.scrnsht-grid a.scrnsht-item:hover {
	background-color: #3e96e0;
}
div.scrnsht-grid a.scrnsht-item:hover strong.title, 
div.scrnsht-grid a.scrnsht-item:hover em.description {
	color: #ffffff;
}