@charset "UTF-8";
/* CSS Document */

a.gallery,
a.gallery:visited
{
	display:block;
	display:inline-block;
	display: -moz-inline-block;
	color:#FFF;
	text-decoration:none;
	border:2px solid #FFF;
	width:148px;
	height:82px;
	float:left;
	z-index:50;
	margin-bottom:-2px;
}

* html a.gallery,
* html a.gallery:visited
{
	overflow:hidden;
}

/*
a.slidea
{	background:url(../gfx/mpic_001.png);	}

a.slideb
{	background:url(../gfx/mpic_002.png);	}

a.slidec
{	background:url(../gfx/mpic_003.png);	}
*/
a.gallery em,
a.gallery span
{
	display:none;
}

a.gallery:hover
{
	border:2px solid white;
	margin-bottom:-2px;
}

* html #container_right
{
	height:250px !important;
 	border-bottom:none !important;
}

#container_right img
{	border:0;	}

#container_right .thumbs
{
	width:150px;
	position:absolute;
	left:449px;
	top:-2px;
}

#container_right a.gallery:hover span:first-line
{
	font-style:normal;
	font-weight:bold;
	color:#FFF;
}

#container_right a.gallery:active,
#container_right a.gallery:focus
{
	border:2px solid #FFF;
}

#container_right a.gallery:active em,
#container_right a.gallery:focus em
{
	display:block;
	position:absolute;
	width:448px;
	height:250px;
	top:2px;
	left:-448px;
	color:#000;
	z-index:50;
}
