

/* Advanced CSS hover styles */
ul#container { overflow: hidden; padding: 5px; }
ul#container > li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 5px 10px 0;
	font-size: 12px;

}

ul#filters > li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0 5px 20px 0;
	font-size: 12px;

}




ul#filters a:hover, ul#filters a:focus			{ display: none; outline: none;  }

ul#container a 							{ text-decoration: none; display: block; }
ul#container li img 						{ display: block; position: relative; z-index: -1; } /* IE8 fix, background colour appears behind img for uknown reason set negative z-index */
ul#container li:not([class=na]) img 		{ position: static; } /* Reset relative position, as this plays havoc with good browsers */
ul#container a:hover, ul a:focus			{ display: block; outline: none;  }
/* ul#container a:hover img, ul a:focus img	{ outline: 2px solid #94c947; }
 */
ul#container a:hover:after,
ul#container a:focus:after
{
	content: attr(title);
	color: white;
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 25px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	background: #94c947;
	background: rgba(148,201,71,0.8);
	display: block;
	text-shadow: 1px 1px 1px #666;
}

ul#container a.doble:hover:after,
ul#container a.doble:focus:after
{
	content: attr(title);
	color: white;
	position: absolute;
	bottom: 0;
	height: 35px;
	line-height: 15px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	background: #94c947;
	background: rgba(148,201,71,0.8);
	display: block;
	text-shadow: 1px 1px 1px #666;
}

ul a.reverse:hover:after,
ul a.reverse:focus:after { top: 0; right: 0; }

ul a.offset:hover:after,
ul a.offset:focus:after {
	top: 80%;
	margin-top: -15px;

}

ul a.alternate01:hover:after,
ul a.alternate01:focus:after
{
	top: 0;
	width: 50%;
	height: 100%;
	line-height: normal;
	text-align: left;
	padding: 4px;
	font-size: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Change colours */
ul.highlight01 a:hover img, ul.highlight01 a:focus img { outline-color: #1E528C; }

ul.highlight01 a:hover:after,
ul.highlight01 a:focus:after
{
	background: rgb(30,82,140);
	background: rgba(30, 82, 140, 0.7);
	background: -moz-linear-gradient(top, rgba(30, 82, 140, 0.7), rgba(43, 117, 200, 0.7)); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 82, 140, 0.7)), to(rgba(43, 117, 200, 0.7))); /* Safari */
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
