/*!
 * jQuery Cookiebar Plugin CSS
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Mark Searle, Carl Woodhouse.
 */
 
 .hover-grid .hover-grid-item {
	width: 150px;
	height: 210px;
	margin: 5px;
	float: left;
	overflow:hidden;
	position:relative;
	cursor:default;
}

.hover-grid img {
	border:0;
	position:absolute;
	margin: 0;
	padding: 0;
}

.hover-grid-item .caption {
	background-color: rgba(255,255,255,0.8);
	width:140px;
	height:190px;
	padding: 5px;
	position:absolute;
	left:0;
	display:none;
}