/* -- CSS Document for Leicester University Laboratory of Neuronal Plasticity & Behaviour -- */
/* -- Created on 06 November 2007 by Danny Hayfield for West Midlands Media -- */

/* -- homepage gallery style -- */
#gallery {
	background-color: #fff;
	border: 1px #000 solid;
	padding: 2px;
	margin: 15px 15px 0 0;
	display: block;
	clear: both;
}
#gallery #bigimage {
	border: 0;
	/*width: 346px;
	height: 245px;*/
	padding: 0;
	margin: 0 0 6px 0;
	clear: both;
}
#gallery #caption {
	width: 300px;
	margin: 0;
	display: block;
	position: absolute;
	background-color: #000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}
#gallery #caption p {
	padding: 4px;
	margin: 0;
}
#gallery .thumb {
	/*width: 65px;
	height: 44px;*/
	padding: 0;
	margin: 0 0 0 6px;
	display: block;
	float: left;
	border: 0;
}
#gallery a.preview {
    /*position: relative;*/ /*this is the key*/
	text-decoration: none;
}
#gallery a.preview:hover{
	z-index: 25;
	text-decoration: none;
	display: block;
	position: inherit;
	text-decoration: none;
}
#gallery a.preview span{
	display: none;
	text-decoration: none;
}
#gallery a.preview:hover span{
	background-image: url(../images/preview.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	display: block;
    position: absolute;
	width: auto;
	height: 106px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 2px 0 2px;
	margin: -102px 0 0 0;
	text-align: center;
	text-decoration: none;
}
#gallery a.preview:hover span img {
	margin: 7px 0 -7px 0;
	padding: 0;
}
#gallery a.preview:hover span.one{margin: -102px 0 0 1px}
#gallery a.preview:hover span.two{margin: -102px 0 0 42px}
#gallery a.preview:hover span.three{margin: -102px 0 0 99px}
#gallery a.preview:hover span.four{margin: -102px 0 0 150px}
#gallery a.preview:hover span.five{margin: -102px 0 0 198px}
#gallery a.preview:hover span.six{margin: -102px 0 0 244px}

#gallery a.preview_f {
    /*position: relative;*/ /*this is the key*/
	text-decoration: none;
}
#gallery a.preview_f:hover{
	z-index: 25;
	text-decoration: none;
	display: block;
	position: inherit;
	text-decoration: none;
}
#gallery a.preview_f span{
	display: none;
	text-decoration: none;
}
#gallery a.preview_f:hover span{
	background-image: url(../images/preview.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	display: block;
    position: absolute;
	width: auto;
	height: 106px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 2px 0 2px;
	margin: -102px 0 0 0;
	text-align: center;
	text-decoration: none;
}
#gallery a.preview_f:hover span img {
	margin: 7px 0 -7px 0;
	padding: 0;
}
#gallery a.preview_f:hover span.one{margin: -102px 0 0 1px}
#gallery a.preview_f:hover span.two{margin: -102px 0 0 42px}
#gallery a.preview_f:hover span.three{margin: -102px 0 0 99px}
#gallery a.preview_f:hover span.four{margin: -102px 0 0 168px}
#gallery a.preview_f:hover span.five{margin: -102px 0 0 240px}
#gallery a.preview_f:hover span.six{margin: -102px 0 0 310px}