/* CSS Document */

/* needed for IE to make :active state work first time */

/* common styling for all galleries */
a.gallery, a.gallery:visited {
	display:inline-block;
	width:78px;
	height:78px;
	float:left;
	margin:1px;
	z-index:50;
}

a.slidea { background-image:url(../images/gallery/s1.jpg);}
a.slideb {background-image:url(../images/gallery/s2.jpg);}
a.slidec {background-image:url(../images/gallery/s3.jpg);}
a.slided {background-image:url(../images/gallery/s4.jpg);}
a.slidee {background-image:url(../images/gallery/s5.jpg);}

a.gallery em, a.gallery span {display:none;}


#container_bottom {
	position:relative;
	width:400px;
	height:335px;
	overflow:hidden;
	margin:0px auto;
	background-color: #F0F3FB;
}

#container_bottom .thumbs {
	position:absolute;
	left:0;
	bottom:0px;
	margin:0px;
	padding:0px;
}
#container_bottom a.gallery:hover span {display:block; position:absolute; width:402px; height:328px; top:0px; left:0px; padding:0px; z-index:100;}
#container_bottom a.gallery:active em, #container_bottom a.gallery:focus em {
	display:block;
	position:absolute;
	width:400px;
	height:328px;
	top:-295px;
	left:0px;
	padding:0px;
	z-index:50;
}




