/*!
 * jQuery Cookiebar Plugin CSS
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Mark Searle, Carl Woodhouse.
 */
 
 .hover-grid .hover-grid-item {
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0;
	float: left;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	overflow:hidden;
	position:relative;
	cursor:default;
}

.hover-grid img {
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	border:1px solid #CCCCCC;
	position:absolute;
	margin: 0 0 0 -50px;
	padding: 0;
}

.hover-grid-item .caption {
	background-color: rgba(0, 0, 0, 0.75);
	width:100px;
	height:100px;
	position:absolute;
	padding-top: 38%;
	margin-right:10px;
	text-align: center;
	left:0;
	font-size: 10px !important;
	color: #fff;
	display:none;
	line-height:1.1;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}

.hover-grid-item .caption p {
	font-size: 10px !important;
	font-weight:normal;
	color: #d2d2d2;
}

.hover-grid-item .caption h2 {
	font-size: 13px;
	font-weight: 400;
	color: #d2d2d2;
}