/*!
 * jQuery Cookiebar Plugin CSS
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Mark Searle, Carl Woodhouse.
 */
 
 .hover-grid .hover-grid-item {
	width: 35px;
	height: 35px;
	float: left;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 1px solid #999999;
	clear: right;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 0;
}

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

.hover-grid-item .caption {
	background-color: #C60;
	width: 35px;
	height: 145px;
	position: absolute;
	left: 0;
	color: #fff;
	display: none;
	line-height: 1;	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/* [disabled]padding-left: 2px; */
}

.hover-grid-item .caption p {
	font-size: .9em;
	font-weight: 400;
	color: #fff;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	line-height: 100%;
}
#layout .item .caption h2 {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	/* [disabled]margin-top: 5px; */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#layout .item {
	float: left;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
