<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * jQuery Cookiebar Plugin CSS
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Mark Searle, Carl Woodhouse.
 */

.hover-grid 
.hover-grid-item {
	width: 124px;
	height: 160px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	cursor: default;
	border: 3px solid white;
	margin-right:10px;
	margin-bottom:5px;
}

.hover-grid img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 124px;
	height: 160px;
	border:0;
	position: absolute;	
}

.hover-grid-item .caption {
	background-color: #222;
	width: 124px;
	height: 160px;
	position: absolute;
	left: 0;
	color: #fff;
	display: none;
	line-height: 1.1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 0.7;
}

	.hover-grid-item .caption a {
		position: absolute;
		width: 124px;
		height: 160px;		
		text-align: center;
		vertical-align:central;
		text-decoration: none;
		font-size: 15px;
		font-weight: 700;
		color: white;
		opacity: 1;
		padding-top:60%;

	}



</pre></body></html>